Visual Studio 2005中的错误

问题描述:

即时通讯目前调试用Visual Studio 2005的Web服务,但是当我建立它,它有一个错误,但它没有指定任何Visual Studio 2005中的错误

错误1指定的模块找不到。 (从HRESULT异常:0x8007007E)

error message can be seen here

http://www.freeimagehosting.net/image.php?180ed4e446.png>http://www.freeimagehosting.net/uploads/th.180ed4e446。 png alt =“FreeImageHosting.net免费的图像托管”>

不需要你的帮助。谢谢

我以前遇到过这个错误。我设法通过删除bin文件夹中的一些第三方dll来构建解决方案。我仍然不确定幕后发生了什么,但它工作。 :D

+0

这是其中一个dll缺少依赖关系的结果。 – basvo 2010-05-27 10:39:04

+0

非常感谢你 – xscape 2010-05-27 12:10:58

看看这个http://forums.asp.net/p/939729/1121085.aspx。有相关例外的几个帖子,可能能够帮助你。