views:

343

answers:

2

I Create new Windows Phone 7 Project

Add the following references to my project:

-Microsoft.Maps.MapControl.Common.dll

-Microsoft.Maps.MapControl.dll

I insert BingMap Control in new Page

When I try to run on Emulator I get request

for add following reference to System.Windows.Browser.dll

Then add the reference to myproject from the following path: C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\Silverlight\v4.0\System.Windows.Browser.dll

now try again run App on emulator

but, emulator can not run App

too No error messages, only black screen on emulator

I expect problem comes from reference "System.Windows.Browser.dll" !

What's problem? Is there a solution?

A: 

Hi LogicMe,

A number of people have had trouble with black screens due to signing of dll's. Possibly related. You can checkout some details here.

Mick N
LogicMe
hehe yw :)/5char
Mick N
Indeed this the main cause of this issue - it is quite the show-stopper of a bug, one that is hopefully squashed in the next release of the tools.
RoguePlanetoid
+2  A: 

The Bing Map control you are using is a Silverlight control, and not optimised or coded for Windows Phone. I'm believe we should get a "proper" Windows Phone 7 Bing Map control in a future release of the tools.

Ben Gracewood