无法加载程序集 .NET 4.0

发布于 2024-09-25 20:47:27 字数 390 浏览 4 评论 0原文

每当我构建 Web 解决方案时,我都会收到此错误:

Could not load file or assembly 'dotless.Core, Version=0.0.0.0, Culture=neutral, PublicKeyToken=96b446c9e63eae34' or one of its dependencies. The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))

我在 Windows 7 上有带有 .NET 4.0 的 VS 2010。

dll 位于 Web 应用程序的 Bin 文件夹内。

有什么建议吗?

谢谢。

whenever I build my web solution I get this error :

Could not load file or assembly 'dotless.Core, Version=0.0.0.0, Culture=neutral, PublicKeyToken=96b446c9e63eae34' or one of its dependencies. The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))

I have VS 2010 with .NET 4.0 on Windows 7.

The dlls are located inside the Bin folder of the Web Application.

Any suggestions?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

醉生梦死 2024-10-02 20:47:27

我删除了以下位置的临时 ASP.NET 文件:

C:\users\username\AppData\Local\Temp\Temporary ASP.NET Files\

并且它有效。

I deleted temporary asp.net files in :

C:\users\username\AppData\Local\Temp\Temporary ASP.NET Files\

And it worked.

平生欢 2024-10-02 20:47:27

有同样的问题!我发现您需要为 win7/x86/x64 使用不同的位置

清除项目的临时框架文件:

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\临时 ASP.NET 文件\

对于Windows 7,路径为:

C:\Users[用户名]\AppData\Local\Temp\Temporary ASP.NET Files\

对于路径中带有“Framework”的 64 位系统,完整路径为:

C:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727\临时 ASP.NET 文件\

在这里找到解决方案

had the same problem! I found that you need to use a different location for win7/x86/x64

Clear out the temporary framework files for your project in:

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\

For Windows 7, the path is:

C:\Users[username]\AppData\Local\Temp\Temporary ASP.NET Files\

For 64 bit systems with 'Framework' in the path the full path is:

C:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files\

Found the solution here

-小熊_ 2024-10-02 20:47:27

你是从 IIS 运行这个吗?如果是这样,请检查为您的站点选择的框架版本。

Are you running this from IIS? If so check the framework version that is selected for your site.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文