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 ?
If you have more than one project in your solution check that all of them are set to the same target platform/device Peter -- Peter Foot Microsoft Device Application Development MVP www.peterfoot.net | www.inthehand.com In The Hand Ltd - .NET Solutions for Mobility "jb" wrote in message news:u3bpc3569vruvkjslv2mm937m69hb29drg@4ax.com... > 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 ? > >
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 "Peter Foot [MVP]" wrote: > If you have more than one project in your solution check that all of them > are set to the same target platform/device > > Peter > > -- > Peter Foot > Microsoft Device Application Development MVP > www.peterfoot.net | www.inthehand.com > In The Hand Ltd - .NET Solutions for Mobility > > "jb" wrote in message > news:u3bpc3569vruvkjslv2mm937m69hb29drg@4ax.com... > > 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 ? > > > > >