Visual Studio 中的 Web 参考不存在...因此无法更新

发布于 2024-11-03 12:22:57 字数 269 浏览 7 评论 0原文

基本上,我有一个我开发的网络服务。然后我前往安装站点安装网络服务和使用它的手持应用程序。

问题是,我回到现场,现在需要使用手持应用程序和网络服务更改一些内容,并将其发送给他们(现场距离数百英里)。

我可以很好地更改 Web 服务,但如何在手持应用程序上更改对该 Web 服务的 Web 引用?它指向一个不存在的位置,因为无法远程访问其服务器。

如何欺骗 Visual Studio 更新 Web 引用以获取我的本地对象,但进行编译以保留仅存在于其本地服务器上的 Web 引用?

Basically, I have a web Service which I developed. I then went down to the installation site to install the web Service and a handheld app which uses it.

Problem is, I came back off site, and now need to change some things with the handheld app and web Service, and send it to them (site is hundreds of miles away).

I can change the web service fine, but how can I change the web reference to that web service, on the handheld app? its pointing to a location that does not exists as there is no remote access to their servers.

How can I trick Visual Studio into updating the web reference to get my LOCAL objects, but compiling to keep the web reference that only exists on THEIR local servers?

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

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

发布评论

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

评论(1

失眠症患者 2024-11-10 12:22:57

您可以通过将 Web 引用设置为动态来配置其所使用的 url。它将把 url 添加到配置中。

另请参阅:http://www.codeproject.com/KB/XML/wsdldynamicurl.aspx< /a>

You can configure the url that the webreference is using by setting it to dynamic. It will add the url to the config.

Also see: http://www.codeproject.com/KB/XML/wsdldynamicurl.aspx

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