In my WPF app, when attempting to apply a projection to the OpenStreetMapOverlay I get the following error message:
I was able to replicate this in the DisplayOpenStreetMapOverlaySample of the HowDoI sample app with the following code.
osmMapsOverlay.ProjectionConverterFromServerProjection = new ProjectionConverter(
Projection.GetGoogleMapProjString(),
Projection.GetProjStringByEpsgSrid(3348));
osmMapsOverlay.ProjectionConverterFromServerProjection.Open();
Cheers,
John