在 Windows Phone 7 应用程序中使用 asmx web 服务

发布于 2024-10-18 10:33:52 字数 173 浏览 4 评论 0原文

创建了一个asmx服务。在 Windows Phone 7 应用程序中添加了服务参考。尝试使用命名空间

使用 MyWP7APP.Servicereference1 包含 using 语句;

该语句不被智能感知识别。我刚刚输入的。知道为什么我的智能感知无法识别此服务参考吗?这种情况仅发生在一项服务上。

Created an asmx service. Added service reference in Windows Phone 7 app. Trying to include the using statement with Namespace

using MyWP7APP.Servicereference1;

The statement is not recogonised by intellisense. I just typed it. Any idea why my intellisesnse is not recogonising this service reference. this happens only with one service.

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

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

发布评论

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

评论(2

玩套路吗 2024-10-25 10:33:52

您在创建服务参考后构建了解决方案吗?

Did you build your solution after you created service reference?

久伴你 2024-10-25 10:33:52

我有时也会遇到同样的问题。我认为这是VS的一个错误。

尝试关闭然后重新打开 VS,然后右键单击服务引用并选择更新服务引用。

I sometimes have the same problem. I think it is a bug in VS.

Try closing then reopening VS then right click on the service reference and select Update Service Reference.

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