Program Files(X86) 下框架 3.5 上的 WSE 3.0

发布于 2024-07-08 00:26:24 字数 405 浏览 8 评论 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 技术交流群。

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

发布评论

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

评论(1

月光色 2024-07-15 00:26:24

将其放入您网站的 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.

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