2012-04-17 1 views
7

을 거부 스택 추적입니다 :파일 또는 어셈블리 'Microsoft.Web.Infrastructure'또는 해당 종속성 중 하나를로드 할 수 없습니다. 액세스는 여기

[FileLoadException: Could not load file or assembly 'Microsoft.Web.Infrastructure' or one of its dependencies. Access is denied.] 

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.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) +144 
System.Reflection.Assembly.Load(String assemblyString) +28 
System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +115 

[ConfigurationErrorsException: Could not load file or assembly 'Microsoft.Web.Infrastructure' or one of its dependencies. Access is denied.] 
System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +1023 
System.Web.Configuration.CompilationSection.LoadAllAssembliesFromAppDomainBinDirectory() +346 
System.Web.Configuration.CompilationSection.LoadAssembly(AssemblyInfo ai) +85 
System.Web.Configuration.AssemblyInfo.get_AssemblyInternal() +54 
System.Web.Compilation.BuildManager.GetReferencedAssemblies(CompilationSection compConfig) +274 
System.Web.Compilation.BuildManager.GetPreStartInitMethodsFromReferencedAssemblies() +63 
System.Web.Compilation.BuildManager.CallPreStartInitMethods() +235 
System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters, PolicyLevel policyLevel, Exception appDomainCreationException) +1109 

[HttpException (0x80004005): Could not load file or assembly 'Microsoft.Web.Infrastructure' or one of its dependencies. Access is denied.] 
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +762 
System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +156 
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +357 

모든 것이 괜찮 았는데. 나는 나의 언급에서 결코 바뀌지 않았다. 내 프로젝트에 Microsoft.Web.Infrastructure.dll을 추가하고 로컬 복사를 True로 설정했습니다.

마스터 페이지없이 새보기를 추가하기 전까지는 문제가 없습니다. 무슨 일 이니? 이 문제를 해결하는 방법?

답변

5

동일한 문제가 있었는데 Visual Studio에서 .dll을 잠갔습니다. Visual Studio를 다시 시작하면 문제가 해결되었지만 이유가 아직 없습니다.이 발생했습니다.

+0

이 문제는 나에게도 똑같은 문제를 해결했다 ... – Alex

+0

고마워 - 인터넷 검색을 많이 한 후에 VS가 다시 시작되었고 다시 시작되었다. :) – Jen

관련 문제