Consuming asmx webservice in windows phone 7 app
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.
精彩评论