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.
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.