It can load a file or assembly "app_licenses" or one of its dependencies. Insufficient disk space. (Exception from hresult: 0x80070070)
Note:An error occurred while executing the current Web request. Check the stack trace information for details about the error and the source of the error in the code.
Exception details:System. Io. fileloadexception: failed to load the file, assembly "app_licenses", or one of its dependencies. Insufficient disk space. (Exception from hresult: 0x80070070)
Source error:
An unhandled exception is generated during the execution of the current Web request. You can use the following exception stack trace information to determine the cause and location of the exception. |
Assembly loading tracking:The following information helps determine why the assembly "app_licenses" cannot be loaded.
Warning assembly binding logging is disabled. To enable the Assembly Binding failure log, set the registry value to [HKLM \ Software \ Microsoft \ Fusion! Enablelog] (DWORD) is set to 1. Note: There will be some performance loss associated with the Assembly Binding failure log. To disable this function, remove the registry value [HKLM \ Software \ Microsoft \ Fusion! Enablelog].
|
Stack trace:
[FileLoadException: failed to Load file, assembly "App_Licenses", or one of its dependencies. Insufficient disk space. (Exception from HRESULT: 0x80070070)] [FileLoadException: failed to Load file or assembly "App_Licenses, Version = 0.0.0.0, Culture = neutral, publicKeyToken = null "or one of its dependencies. Insufficient disk space. (Exception from HRESULT: 0x80070070)] System. reflection. assembly. nLoad (AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark & stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection) + 0 System. reflection. assembly. internalLoad (AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark & stackMark, Boolean forIntrospection) + 211 System. reflect Ion. assembly. internalLoad (String assemblyString, Evidence assemblySecurity, StackCrawlMark & stackMark, Boolean forIntrospection) + 141 System. reflection. assembly. load (String assemblyString) + 25 System. web. compilation. buildManager. loadLicensesAssemblyIfExists () + 3454572 System. web. compilation. buildManager. initialize () + 489 System. web. compilation. buildManager. initializeBuildManager () + 228 System. web. HttpRuntime. hostingInit (HostingEnvironmentFlags hostingFlags) + 310 [HttpException (0x80004005): failed to Load file or assembly "App_Licenses, Version = 0.0.0.0, Culture = neutral, publicKeyToken = null "or one of its dependencies. Insufficient disk space. (Exception from HRESULT: 0x80070070)] System. web. httpRuntime. firstRequestInit (HttpContext context) + 3426887 System. web. httpRuntime. ensureFirstRequestInit (HttpContext context) + 88 System. web. httpRuntime. processRequestInternal (HttpWorkerRequest wr) + 149
|
Version:Microsoft. NET Framework Version: 2.0.50727.42; ASP. NET version: 2.0.50727.42
Today, this error message suddenly pops up on the website, and the heart is cool. I wondered if yesterday's work mistake caused the website to go out, so I immediately connected to the server and found that the server could not load my personal configuration information normally, please check the drive letters and find that drive C is full ~~ This error message is rare. log files have not been cleared recently. Therefore, disk C is quickly occupied, So disk C logs are cleared to free up space, the website can be accessed normally ~~~~~ Haha