I am following this tutorial: http://www.silverlighthack.com/post/2010/03/21/Using-the-Silverlight-Bing-Maps-control-on-the-Windows-Phone-7.aspx
Task 5 indicates that if I add System.Windows.Browser to the project, it will fix the problem. However, this is not the case and I get the following error:
The primary reference “System.Windows.Browser” could not be resolved because it has a higher version “5.0.5.0” than exists in the current target framework. The version found in the current target framework is “2.0.5.0”.
The primary reference “System.Windows.Browser” could not be resolved because it has an indirect dependency on the .NET Framework assembly “mscorlib, Version=5.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e” which has a higher version “5.0.5.0” than the version “2.0.5.0” in the current target framework.
Anyone know how to fix this?
That article describes the old way of using Bing Maps on the phone. If you read the update paragraph, it states:
Have you considered using the newer, improved control from the training kit instead?