In Visual Studio I just added a web service reference to my Asp.net website, but when i try to use web service instance in code it says missing type , namespace. The weird thing is when i change target framework from 3.5 to 4 this error goes away. any ideas whats happening?
In Visual Studio I just added a web service reference to my Asp.net website,
Share
its better to do wsdl.exe your web service then include its proxy class in your client code