我“更新”后,服务引用命名空间变得未知服务参考
我“更新”服务引用后,服务引用命名空间变得未知。 还有其他人遇到/解决了这个问题吗? 我对服务引用代码所做的更改有时是如此之小,并且总是在方法中,从来没有对合同或任何东西进行更改,并且在更新服务引用后,VS2008不再识别名称空间。
Service Reference namespace becomes unknown after I 'Update' the service reference.
Has any one else encountered/resolved this issue?
The changes I make to the Service Reference code are sometimes so minor, and always in method, never to the contract or anything and after update the service reference, VS2008 no longer recognizes the namespace.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我对这个问题感到非常沮丧,以至于我最终放弃了使用 VS2008 中的自动更新服务引用功能。在我看来,生成的客户端代码总是嵌套在我不想要的附加命名空间中。
如果您可以访问客户端和服务器端,我建议观看此视频 解释了绕过 VS2008 更新是多么简单。
I got so frustrated with this issue that I finally just got away from using the automatic Update Service Reference feature in VS2008. It always seemed to me to nest the generated client code in an additional namespace that I didn't want.
If you have access to both the client and server sides, I would suggest watching this video at dnrTV.com that explains how simple it is to bypass the VS2008 update.