Program Files(X86) 下框架 3.5 上的 WSE 3.0
我正在将 Web 应用程序部署到 Windows Server 2003 计算机。
该应用程序使用 WSE 3.0,目标框架为 3.5。
WSE 安装在服务器上的 C:\Program Files(X86)\Microsoft WSE\v3.0 下。 WSE 也安装在服务器上的 GAC 中。
当我运行该应用程序时,出现以下错误:
System.IO.FileNotFoundException:无法加载文件或程序集“Microsoft.Web.Services3,Version=3.0.0.0,Culture=neutral,PublicKeyToken=31bf3856ad364e35”或其依赖项之一。 该系统找不到指定的文件。
有人遇到过这个问题吗?
谢谢, 卡特
I am deploying a web application to a windows server 2003 machine.
The application uses WSE 3.0, and targets framework 3.5.
WSE is installed on the server under C:\Program Files(X86)\Microsoft WSE\v3.0.
WSE is installed in the GAC on the server also.
when I run the application I get the following error:
System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Web.Services3, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
Has anybody had this problem?
Thanks,
Carter
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将其放入您网站的 Bin 文件夹中。 如果存在并且仍然存在问题,请使用 dependency walker 查找可能丢失的任何相关文件。
Put it into the Bin folder of your website. If its there and is still having a problem, use dependency walker to find any related files that may be missing.