Hi,
I'm trying to compute driving directions between two locations. I'm following the sample available for SL/WPF. I need to pass "stops" so that the Route Server can compute the direction. Now the problem lies in using class Graphic. Whenever I use it on my wcf service, I get following error during compilation:
The type 'System.Windows.DependencyObject' is defined in an assembly that is not referenced.
You must add a reference to assembly 'WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
what could be happening here?
Thanks,