Question

I cannot find the Device Emulator in tools in my visual Studio 2010, how can I launch it? I am currently developing an asp.net website.

Was it helpful?

Solution

How to: Start an Application in Windows Phone Emulator
http://msdn.microsoft.com/en-us/library/ff402565(v=vs.92).aspx

To start an application in Windows Phone Emulator

In Visual Studio, open a Windows Phone project.

If you are using Windows Phone SDK 7.1, on the Standard toolbar, click Windows Phone Emulator.

enter image description here

-or-

If you are using Windows Phone SDK 7.1.1 Update CTP, on the Standard toolbar, click Windows Phone Emulator - 512 MB or Windows Phone Emulator – 256 MB.

enter image description here
enter image description here

On the Debug menu, click Start Debugging, or press F5.

Your application is deployed to the emulator and starts.

OTHER TIPS

C:\Program Files\Microsoft XDE\1.0 and run XDE.exe, some params are necessary to start. Windows phone sdk is required.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top