Hi,
Im using VS2010 Beta 2. When i created a Silverlight 3 project, in the MainPage.xaml, the map doesnt display in Design View. It says:
InvalidOperationException was thrown on "Map1": Cannot create an instance of "Map"....
when i dig deeper, the error says "The DOM/scripting bridge is disabled."
i tried putting this line in SilverlightApplication1TestPage.html but it doesnt work:
<param name="enablehtmlaccess" value="true" />
is there a way that Silverlight Edition can display properly in Design view of VS2010?