I have installed the World Map Kit Street Data & Rendering SDK.
Followed the instructions:
1) Extracted rar files
2) Copied C# folder
3) Updated dll references
4) updaded App.Config ( for the CSServiceSample) and Window1.xaml.cs (CSWpfDesktopEditionSample) to point to the folder with extracted rar files
When I run the CSWpfDesktopEditionSample the application runs but I cannot see anydata, if I zoom in and out I get an exception
"The GeoCanvas is currently not drawing. Please call the BeginDraw method before calling this method."
on
layer.Draw(canvas, labelsInAllLayers);