Using Web Reference in Class Library V1.0
I am using vs2005 beta 2 to work on a solution that was implemented in CF 1.0. I am trying to call a web service from a ppc class library. I can successfully add the web reference but can not create an instance of that class. Say add web reference with the name "TestService", well in the code, intellisense doesn't even know about it nor does the object broswer.
I tested this using vs2005 beta 2 smart device class library v2.0 and it works fine there, but for a ppc class library project using v1.0 it will not work. Though if i run my trusty old VS2003 I can successfully call the web service.
Any help would greatly be appreciated.
Thanks in advance.