Visual Studio installs compact framework on every run.

W

Walt D

Hi... I am part of a 12-member development team, and we are ALL having
this problem. We are developing an application for the PocketPC using
the .Net Compact Framework 2.0 and Visual Studio 2005. We are using the
PocketPC emulator included with Visual Studio and can successfully
connect to the emulated PocketPC using ActiveSync.

Our problem is that every time we tell Visual Studio to launch the
application (either start with debugging or without), it re-installs
the Compact Framework on the PocketPC. This takes 5-10 minutes and thus
makes debugging extremely impractical. Our current solution is to set
up a shared folder between the PocketPC and the development PC and copy
the executable file there, but we cannot use the debugger to step
through our code in this way.

Does anyone have any solutions to this problem? Thanks for any
assistance.

- Walt
 
J

Jeremy

Walt,

This is a silly question but I have to ask it: Are you exiting the
emulator and clicking the "No" option to the save emulator state
prompt?

If you are doing this then the next time you start the emulator it's a
fresh OS and .NET CF 2 will reinstall as it should.

Jeremy
 

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