I'm trying to use the MapPoint webservice at http://staging.mappoint.net/standard-30/mappoint.wsdl with Microsoft Visual C# 2008 Express. When I add MapPoint as a service reference the object RenderServiceSoap is listed as an interface, not as a class. Thus, it cannot be instantiated like every example of MapPoint shows to do. What's going on? Thanks,
And I just figured it out. I was adding MapPoint as a Service Reference, instead of a Web Reference (since Visual Studio 2008 defaults to adding Service References). Deleting the Service Reference and re-adding it as a Web Reference has RenderServiceSoap showing up as a class instead of an interface. "P. Moorhouse" wrote: > I'm trying to use the MapPoint webservice at > http://staging.mappoint.net/standard-30/mappoint.wsdl with Microsoft Visual > C# 2008 Express. When I add MapPoint as a service reference the object > RenderServiceSoap is listed as an interface, not as a class. Thus, it cannot > be instantiated like every example of MapPoint shows to do. What's going on? > Thanks,