【发布时间】:2011-09-16 10:41:51
【问题描述】:
我害怕在运行 Web 应用程序时看到错误 Could not load file or assembly 'Interop.hMailServer' or one of its dependencies. Access is denied.。问题是我在 64 位运行 32 位 Web 应用程序。好吧,Visual Studio 允许将构建选项更改为 32/64,但我只有一个带有源文件的 Web 项目,要由 Google 小时一起重新编译我发现这个 http://dailydotnettips.com/2011/07/03/could-not-load-file-or-assembly-presentationcore-or-one-of-its-dependencies-an-attempt-was-made-to-load-a-program-with-an-incorrect-format-a-solution/ 希望它对我有帮助。但我正在使用 Windows 2003 服务器。谁能告诉我如何将应用程序转换为 64 位运行?
【问题讨论】: