无法加载文件或程序集? [英] Could not load file or assembly?

查看:115
本文介绍了无法加载文件或程序集?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



i有asp.net网页,我在Visual Studio 2012中导入。当我调试页面时,调试器给我一个错误:



无法加载文件或程序集'Microsoft.Web.Services3,Version = 3.0.0.0,Culture = neutral,PublicKeyToken = 31bf3856ad364e35'或其中一个依赖项。





有没有人对解决方案有任何想法?谢谢

解决方案

您是否引用了正确的dll。

确保您的系统上的dll在GAC或本地可用bin文件夹。

另外,版本,密钥令牌应该与你在引用dll时使用的相同。


我从此网站,现在我对此没有更多问题。谢谢!

Hi,
i have asp.net web page, which I imported in Visual Studio 2012. When i debug page, debugger give me an error:

Could not load file or assembly 'Microsoft.Web.Services3, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies.



Does anyone have any idea for a solution? Thanks

解决方案

Are you referencing the right dll.
Ensure that the dll is available on your system either in the GAC or in the local bin folder.
In addition, version, key token should be the same ones you used in referencing the dll.


I install WSE3.0 from this site and now i have no more problem with this. Thanks!


这篇关于无法加载文件或程序集?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆