Consuming asmx webservice in windows phone 7 app

1.2k Views Asked by At

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.

2

There are 2 best solutions below

0
On

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.

4
On

Did you build your solution after you created service reference?