Seesharp
Seesharp

Reputation: 333

How can I Launch the Device Emulator in Visual Studio 2010?

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.

Upvotes: 1

Views: 5504

Answers (2)

Alexandre
Alexandre

Reputation: 7212

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

Upvotes: 1

Robert Harvey
Robert Harvey

Reputation: 180788

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.

Upvotes: 3

Related Questions