1
votes

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?

1
Possibly your "Target Platform" does not match the WM653pro emulator image (for example you have target=Windows Mobile 5 SDK). Check your deploy settings and/or the solution configuration manager. You can also start and then Cradle the Emulator Image in Device Emu Manager and then just use the "... Device" instead of an emulator. Then VS will use the ActiveSynced device for deploy and debug.josef
Anyone has an answer for this?Rafael Herscovici
@igarcia can you accept the answer pleaserakesh kashyap

1 Answers

2
votes

Project ->right click -> change target platform

Changing target platform in Visual studio

Select the appropriate platform from the drop down

Choose target platform

Run the application and select the environment to deploy enter image description here