Could not load file or assembly 'CMS.LicenseProvider, Version=4.1.3631.37696, Culture=neutral, PublicKeyToken=834b12a258f213f9' or one of its dependencies. There is not enough space on the disk. (Exception from HRESULT: 0x80070070)

'/' 應用程式中發生伺服器錯誤。

Could not load file or assembly 'CMS.LicenseProvider, Version=4.1.3631.37696, Culture=neutral, PublicKeyToken=834b12a258f213f9' or one of its dependencies. There is not enough space on the disk. (Exception from HRESULT: 0x80070070)

描述: 在執行目前 Web 要求的過程中發生未處理的例外情形。請檢閱堆疊追蹤以取得錯誤的詳細資訊,以及在程式碼中產生的位置。

例外詳細資訊: System.IO.FileLoadException: Could not load file or assembly 'CMS.LicenseProvider, Version=4.1.3631.37696, Culture=neutral, PublicKeyToken=834b12a258f213f9' or one of its dependencies. There is not enough space on the disk. (Exception from HRESULT: 0x80070070)

原始程式錯誤:


行 187:            {
行 188:                // Ban IP addresses which are blocked completely
行 189:                if (!BannedIPInfoProvider.IsAllowed(siteName, BanControlEnum.Complete))
行 190:                {
行 191:                    HttpContext.Current.Session["CMSBanned"] = true;

原始程式檔: c:\inetpub\wwwroot\CFH41\App_Code\Global.asax.cs    行: 189

組件載入追蹤: 下列資訊在確定為何無法載入組件 'CMS.LicenseProvider, Version=4.1.3631.37696, Culture=neutral, PublicKeyToken=834b12a258f213f9' 時是有幫助的。


WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

堆疊追蹤:


[FileLoadException: Could not load file or assembly 'CMS.LicenseProvider, Version=4.1.3631.37696, Culture=neutral, PublicKeyToken=834b12a258f213f9' or one of its dependencies. There is not enough space on the disk. (Exception from HRESULT: 0x80070070)]
   CMS.SiteProvider.BannedIPInfoProvider.IsAllowed(String ipAddress, String siteName, BanControlEnum banType) +0
   Global.Session_Start(Object sender, EventArgs e) in c:\inetpub\wwwroot\CFH41\App_Code\Global.asax.cs:189
   System.Web.SessionState.SessionStateModule.RaiseOnStart(EventArgs e) +11290012
   System.Web.SessionState.SessionStateModule.CompleteAcquireState() +366
   System.Web.SessionState.SessionStateModule.BeginAcquireState(Object source, EventArgs e, AsyncCallback cb, Object extraData) +1281
   System.Web.AsyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +85
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +263


版本資訊: Microsoft .NET Framework 版本:2.0.50727.8806; ASP.NET 版本:2.0.50727.8762