How to prevent emulator from launching?

  • Thread starter Thread starter Ole
  • Start date Start date
O

Ole

I've used the Pocket PC 2003 emulator once in my project and since then the
emulator launches everytime I debug my program even though I use a real
device. How do I prevent the emulator from launching?

Thanks,
Ole
 
I've used the Pocket PC 2003 emulator once in my project and since then the
emulator launches everytime I debug my program even though I use a real
device. How do I prevent the emulator from launching?

Thanks,
Ole
From project properties, in devices tab, select your device from
target device combo.
This should work for you.
 
The Target device is already set to "Pocket PC 2003 Device" but the emulator
still launches every time I start the debugger??? Any other ideas?

Thanks
Ole
 
Do you have multiple projects in your solution? If so you'll probably find
one of the other projects is set to deploy to the Emulator.

Peter
 
Back
Top