在 Windows Phone 7 应用程序中使用 asmx web 服务
创建了一个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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您在创建服务参考后构建了解决方案吗?
Did you build your solution after you created service reference?
我有时也会遇到同样的问题。我认为这是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.