开发者

Consuming asmx webservice in windows phone 7 app

开发者 https://www.devze.com 2023-02-12 07:05 出处:网络
Created an asmx service. Added service reference in Windows Phone 7 app. Trying to include the using statement with Namespace

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 referenc开发者_如何学Pythone. this happens only with one service.


Did you build your solution after you created service reference?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消