Could not load file or assembly: /// C: \ WINDOWS \ Microsoft.NET \ Framework \ v4.0.30319 \ asp.net vs2010

Yesterday my project worked smoothly, but today I ran into an error. Here are the details:

Could not load file or assembly: /// C: \ WINDOWS \ Microsoft.NET \ Framework \ v4.0.30319 \ Temporary ASP.NET files \ parktms \ c8392404 \ 1ba3bab5 \ App_Web_login.aspx.6cc23264.lmj8uym6. dll 'or one of its dependencies. The handle is invalid. (Exception from HRESULT: 0x80070006 (E_HANDLE)) Description: An unhandled exception occurred during the execution of the current web request. Check the stack trace for more information about the error and where it appeared in the code.

Exception Details:

System.IO.FileLoadException: Failed to load file or assembly: /// C: \ WINDOWS \ Microsoft.NET \ Framework \ v4.0.30319 \ Temporary ASP.NET files \ parktms \ c8392404 \ 1ba3bab5 \ App_Web_login. aspx.6cc23264.lmj8uym6.dll 'or one of its dependencies. The handle is invalid. (Exception from HRESULT: 0x80070006 (E_HANDLE))

Source Error:

An unhandled exception was thrown during the execution of the current web request. Information about the origin and location of the exception can be identified using the exception stack trace below.

Stack trace:

[FileLoadException: :///C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\ ASP.NET\parktms\c8392404\1ba3bab5\App_Web_login.aspx.6cc23264.lmj8uym6.dll ' . . ( HRESULT: 0x80070006 (E_HANDLE))]        System.Reflection.RuntimeAssembly._nLoad (AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark & stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) +0        System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark & stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) +39        System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark & stackMark, Boolean forIntrospection, Boolean suppressSecurityChecks) +132        System.Reflection.Assembly.Load(AssemblyName assemblyRef, Evidence assemblySecurity) +28        System.CodeDom.Compiler.CompilerResults.get_CompiledAssembly() +93        System.Web.Compilation.BuildProvider.CreateBuildResult( ) +65        System.Web.Compilation.TemplateControlBuildProvider.CreateBuildResult( ) +36        System.Web.Compilation.BuildProvider.GetBuildResult( ) +16        System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) +8967378        System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean IsUpToDate) +320        System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert( HttpContext, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean IsUpToDate) +111        System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext, Boolean allowCrossApp, Boolean throwIfNotFound) +125        System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, requiredBaseType, HttpContext, allowCrossApp) +52        System.Web.UI.PageHandlerFactory.GetHandlerHelper( HttpContext, String requestType, VirtualPath virtualPath, String physicalPath) +31        System.Web.UI.PageHandlerFactory.System.Web.IHttpHandlerFactory2.GetHandler( HttpContext, String requestType, VirtualPath virtualPath, String physicalPath) +40        System.Web.HttpApplication.MapHttpHandler( HttpContext, String requestType, VirtualPath, String pathTranslated, Boolean useAppConfig) +167        System.Web.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +128        System.Web.HttpApplication.ExecuteStep( IExecutionStep, Boolean & ) +184

:

Microsoft.NET Framework: 4.0.30319; ASP.NET: 4.0.30319.225

?

+3
2

. , Build -> Clean Solution. , C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\parktms .

+14

, , ,

0

All Articles