Debug mode in VS2003

  • Thread starter Thread starter Giuseppe Porcelli
  • Start date Start date
G

Giuseppe Porcelli

Dear All,
can I use debug without any time wait that VS copy all assembly again in the
emulator ??
I think that is necessary to copy just the assembly file and not all the
connected DLL..

please suggest to me.
 
Visual Studio will attempt to copy all dependencies unless they belong to
the cabs properly registered with Visual Studio (that's why it does not copy
CF dlls).
I don't think there is any way around it
 
Hi,

i set the 'static' files to read only on the emulator or on the traget divice after the first debugging session. The VS is nagging
but all runs well.

Ralf
 

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

Back
Top