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

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
 
T

Trapulo

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!
 
B

Buju

Whats the reason for the unpredictable copying-files from VS2005?!? Oo

Can someone plz help us?
 
Joined
Dec 1, 2006
Messages
3
Reaction score
0
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
 

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