Reputation: 333
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
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
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.
-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.
On the Debug menu, click Start Debugging, or press F5.
Your application is deployed to the emulator and starts.
Upvotes: 3