2012-04-17 25 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 

सब कुछ ठीक काम किया। मैंने अपने संदर्भों में कुछ भी नहीं बदला। मेरे पास माइक्रोसॉफ्ट.Web.Infrastructure.dll मेरे प्रोजेक्ट में जोड़ा गया है और कॉपी स्थानीय को सत्य पर सेट किया गया है।

सब कुछ ठीक था जब तक कि मैंने मास्टर पेज के बिना नया दृश्य जोड़ा। क्या हो रहा है? इसे कैसे हल करें?

उत्तर

5

मुझे यह वही समस्या थी, यह पता चला कि विजुअल स्टूडियो ने .dll को प्रश्न में बंद कर दिया था। विजुअल स्टूडियो को पुनरारंभ करने से समस्या ठीक हो गई है, हालांकि मुझे अभी भी क्यों नहीं है ऐसा हुआ।

+0

यह मेरे लिए भी वही समस्या तय करता है ... – Alex

+0

बहुत बहुत धन्यवाद - बहुत गुस्सा होने के बाद मैं इस पर आया, वीएस को फिर से शुरू किया और यकीन है कि यह फिर से काम करना शुरू कर दिया :) – Jen

संबंधित मुद्दे

 संबंधित मुद्दे