1
Dear sourabh Thanks for prompt response actually i am new to services and wpf I have a requirement to make a wpf application which must conusme a web service to calculate the distance between two places using Bing API or Google so i am following that below link
https://koenmetsu.wordpress.com/2010/01/18/calculating-routes-in-net-5-minutes-tutorial/
according to you what is className in my case
0
still the BingRoutingService it has red squegly line beneath it and also on build it gives these error
1-DevelopersApp 21 15 c:\users\dhabib\documents\visual studio 2010\Projects\C SHARP FROM 67\DevelopersApp\DevelopersApp\MainWindow.xaml.cs The type or namespace name 'BingRoutingService' does not exist in the namespace 'DevelopersApp' (are you missing an assembly reference?) 7 Error
2-DevelopersApp 13 35 c:\users\dhabib\documents\visual studio 2010\Projects\C SHARP FROM 67\DevelopersApp\DevelopersApp\MainWindow.xaml.cs The type or namespace name 'BingRoutingService' could not be found (are you missing a using directive or an assembly reference?) 8 Error
3-DevelopersApp 1 1 c:\users\dhabib\documents\visual studio 2010\Projects\C SHARP FROM 67\DevelopersApp\DevelopersApp\Service References\BingRoutingService\Reference.svcmap Custom tool error: Failed to generate code for the service reference 'BingRoutingService'. Please check other error and warning messages for details. 6 Error
0
Dear somani check this link http://tinypic.com/r/sgriop/9 and tell me the exact line of code i have tried alot but could not get success till now
0
After rebuilding project use like as following
BingRoutingService.ClassName obj=new BingRoutingService.ClassName();
0
First Build Your Project
then use like this
ServiceReferenceNamespace.ClassName obj=new ServiceReferenceNamespace.ClassName();