Search code examples
c#asp.netvisual-studio-2010windows-phone-7-emulator

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.


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.