VS 2005 run emulator when not required.

J

jb

Visual Studio 2005 starts the emulator on run (start debugging) even
though I've got the target device combo set to 'Windows CE 5.0
device'.
It does download the files to the device and I can debug it on the
device.

Is there a were to stop it running the emulator unnecessary ?
 
P

Peter Foot [MVP]

If you have more than one project in your solution check that all of them
are set to the same target platform/device

Peter
 
G

Guest

You should also check your configuration manager. Right click on the
solution in your solution explorer and select Configuration Manager. Ensure
that only the projects you wish to debug are selected to deploy. Then as
Peter said, ensure that all deployed projects have their target platform set
to the device.

Rick D.
Contractor
 
J

jb

If you have more than one project in your solution check that all of them
are set to the same target platform/device

Peter

Thanks Peter you were spot on. One of the projects within the solution
had the device set for the emulator. Not sure why, as I never use the
emulator, but hey, as long as I have a solution, that great.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top