I'm trying to deploy an Visual Studio 2008 application in an emulator. I've downloaded the Windows Mobile 6.5.3 Professional DTK from this page, which comes with some emulators. The Emulator Manager from Visual Studio recognize them, but not at the moment of the deploy an application, when I try to deploy mi solution it appears a pop-up with the different versions of emulators, but the ones from 6.5.3 DTK don't appear to select. How can I configure Visual Studio to be able to select this new installed emulators?
相关问题
- the application was unable to start correctly 0xc0
- Project Build gets Skipped in VS2008 after convers
- Index was out of range. Must be non-negative and l
- How to decide what is the .Net target
- Windows Forms Designer destroys form layout
相关文章
- How to add external file to application files ( cl
- Emulator for galaxy s3
- using Visual Studio to copy files?
- The project file '' has been renamed or is
- Tool to Debug Guest OS in Virtual Box
- Moving focus to next tab group in Visual Studio 20
- Can you turn off (specific) compiler warnings for
- How do I start a second console application in Vis
Project ->right click -> change target platform
Select the appropriate platform from the drop down
Run the application and select the environment to deploy