在我的asp项目中运行时抛出错误.
昨天它很好用.但今天早上它自己给出了以下信息.
请问任何人告诉我为什么它很开心以及如何解决这个问题.
Assembly Load Trace: The following information can be helpful to
determine why the assembly
‘file:///C:WindowsMicrosoft.NETFrameworkv4.0.30319Temporary
ASP.NET Filesrootbd6e4bde6cbdacc0App_global.asax.j5j-uxp-.dll’
could not be loaded.
=== Pre-bind state information === LOG: User = HOME-PCHOME LOG: Where-ref bind. Location =
C:WindowsMicrosoft.NETFrameworkv4.0.30319Temporary ASP.NET
Filesrootbd6e4bde6cbdacc0App_global.asax.j5j-uxp-.dll LOG: Appbase
= file:///G:/Jagadeeswaran/Test Project/MobileApp/MobileApp/MobileApp/ LOG: Initial PrivatePath = G:JagadeeswaranTest
ProjectMobileAppMobileAppMobileAppbin Calling assembly :
(Unknown).
=== LOG: This bind starts in LoadFrom load context. WRN: Native image will not be probed in LoadFrom context. Native image will only be
probed in default load context,like with Assembly.Load(). LOG: Using
application configuration file: G:JagadeeswaranTest
ProjectMobileAppMobileAppMobileAppweb.config LOG: Using host
configuration file: LOG: Using machine configuration file from
C:WindowsMicrosoft.NETFrameworkv4.0.30319configmachine.config.
LOG: Attempting download of new URL
file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/Temporary
ASP.NET Files/root/bd6e4bde/6cbdacc0/App_global.asax.j5j-uxp-.dll.
Stack Trace:
06001
ASP.NET Filesrootbd6e4bde6cbdacc0App_global.asax.j5j-uxp-.dll’ or
one of its dependencies. The system cannot find the file specified.]
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,Boolean suppressSecurityChecks) +39
System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName
assemblyRef,Boolean suppressSecurityChecks) +132
System.Reflection.Assembly.Load(AssemblyName assemblyRef,Evidence assemblySecurity) +28
System.CodeDom.Compiler.CompilerResults.get_CompiledAssembly() +93
System.Web.Compilation.BuildProvider.CreateBuildResult(CompilerResults
results) +65
System.Web.Compilation.BuildProvider.GetBuildResult(CompilerResults
results) +16
System.Web.Compilation.ApplicationBuildProvider.GetGlobalAsaxBuildResult(Boolean
isPrecompiledApp) +8999743
System.Web.Compilation.BuildManager.CompileGlobalAsax() +50
System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +265
06002
ASP.NET Filesrootbd6e4bde6cbdacc0App_global.asax.j5j-uxp-.dll’ or
one of its dependencies. The system cannot find the file specified.]
System.Web.Compilation.BuildManager.ReportTopLevelCompilationException()
+62
System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +421
System.Web.Compilation.BuildManager.CallAppInitializeMethod() +31
System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager
appManager,IApplicationHost appHost,IConfigMapPathFactory
configMapPathFactory,HostingEnvironmentParameters hostingParameters,
PolicyLevel policyLevel,Exception appDomainCreationException) +691
06002
ASP.NET Filesrootbd6e4bde6cbdacc0App_global.asax.j5j-uxp-.dll’ or
one of its dependencies. The system cannot find the file specified.]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +8972180
System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +97
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +258
所以我重新安装Vs 2010但是同样的错误重复.
请帮我解决这个问题.