English 中文(简体)
MVC3项目在转向打赢7 64倍机后不会适当装载重机
原标题:MVC3 project will not load dll properly aftering moving to win7 64-bit machine

信息技术公司最近将我从一个双赢Xp 32-bit机器移至Win 7企业 64-bit机器。 在安装了VS2010、MVC3和其他各种部件之后,我拉走了我正在工作的MVC3项目的最新版本。 在我管理挖尸首时,我收到了黄色的死亡筛查,在我的解决办法中,用以下错误代码提到了另一个项目的伤病:

Could not load file or assembly Core or one of its dependencies. Access is denied. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

The Stack Tra:

[FileLoadException]: 不能装载档案或组装其核心或属性之一。 不允许接触。]

[FileLoadException: Could not load file or assembly Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null 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) +46

[ConfigurationErrorsException: Could not load file or assembly Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null or one of its dependencies. Access is denied.] System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +618 System.Web.Configuration.CompilationSection.LoadAllAssembliesFromAppDomainBinDirectory() +209 System.Web.Configuration.CompilationSection.LoadAssembly(AssemblyInfo ai) +130 System.Web.Compilation.BuildManager.GetReferencedAssemblies(CompilationSection compConfig) +178 System.Web.Compilation.BuildManager.GetPreStartInitMethodsFromReferencedAssemblies() +94 System.Web.Compilation.BuildManager.CallPreStartInitMethods() +332 System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters, PolicyLevel policyLevel, Exception appDomainCreationException) +677

[HttpException (0x80004005): Could not load file or assembly Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null or one of its dependencies. Access is denied.] System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +8972240 System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +97 System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +258

它对其他机器进行罚款,并将装上服务器的罚款。 是否有任何安全问题或我所期待的任何事情,我对7.764轨道环境是新的吗? 或者,我也想说,这在你们当中是显而易见的?

EDIT:我还以同样最终结果审判了7.5号国际快车。

EDIT2:我现在通过在网络中消除冒名人,来解决这个问题。 编织案,同时在当地进行编织,并在转播台上安装。

最佳回答

你们是否在专用账户下管理储备库? 这是网络服务以外的东西? 如有必要,请在网上临时档案目录上增加许可。

问题回答

暂无回答




相关问题
System Architecture

How do I determine whether the currently running Mac OS X system is of 32bit or 64bit machine?

Starting Assembly

I m new to assembly language, and would like to learn. I have Vista-64 (will be upgraded to Windows 7 64), and I will soon be reinstalling 32-bit Linux, but I will end up programming on both systems, ...

Does a 64-bit CruiseControl.NET exist?

Does a 64-bit CruiseControl.NET exist or do I need to install the 32-bit version? Our CI server is Server2003 64-bit. Currently I have been testing on WinXP Pro and no problems. If I do need to run ...

32bit application access to 64bit registry

I have an OS Shell written in 32bit that is replacing the Explorer.exe of a Vista machine. I run a utility which is also written in 32bit, which allows to switch between the Explorer shell and My ...

热门标签