Deploy without copying all dll's over and over (VS2005)

  • Thread starter Thread starter Buju
  • Start date Start date
B

Buju

Hi,

I'm developing a WM 5.0 application with VS2005. Every time when I
press F5 to start and deploy my application to the Emulator, VS2005
copies every single dlls in the References List over and over again to
the Emulator. Most of the dlls doesn't change and are already on target
device (emu). So whats the point of copying it over and over? It takes
some time copying these files and this is anoying.

Exsample of these dlls:
Deploying 'OpenNETCF.dll'
Deploying 'OpenNETCF.Configuration.dll'
Deploying 'OpenNETCF.Drawing.dll'
Deploying 'OpenNETCF.Windows.Forms.dll'
....

Is there a way to tell VS2005 NOT to copy all dlls again and again?
VS2005 should only copy changed dlls.

thx in advice,

Buju
 
my VS2005 copy every time "system_SR_it.cab".... :(

I've manually installed it on the device to try to avoid this, but it still
copy it every time I run a debug session.. :((
However, I'm using also OpennetCF and it doesn't copy its dlls avery time.
Boh!
 
Whats the reason for the unpredictable copying-files from VS2005?!? Oo

Can someone plz help us?
 
Yes, please let me know too, how to handle this. I switched in the project explorer in "devices" the hook "deploy" to off. but it is still working long time, when I start my program.

Timo
 
Back
Top