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
 
Back
Top