Concerning your 2nd question, it seems that your class implementing your interface doesn't provide the whole required implementation as if some method defined on the interface were missing. Nevertheless that doesn't appear in the code snipped.
Perhaps it has to do with changing the interface definition and not updating properly the output of its compilation when building your class implementing it... Or the code snipped is not complete ?...
First you should resolve the refrence issue.
Main Topics
Browse All Topics





by: kaylanreilorPosted on 2008-08-18 at 00:06:51ID: 22249882
It is more convenient to the developper to create a reference on a web service with Visual Studio because then Visual Studio creates the necessary proxy class for you behind the scene. Moreover, to update the web service interface the only required operation is then to right-click on the reference and click refresh.