Deploy without copying all dll's over and over

  • Thread starter Thread starter Nickneem
  • Start date Start date
N

Nickneem

'Every single' time I want to debug my application (on a Symbol 8846
scanner device winCE) it copies 'every single' dll to the device which
takes ages...

I've searched the groups but most of the postings talk about
'Build Action' and we're talking about references..
Other postings mention 'Copy Local' but this is set to false already?

Copying OpenNETCF.dll
Copying OpenNETCF.Windows.Forms.dll
Copying System.Windows.Forms.dll
Copying Symbol.Barcode.dll
Copying System.dll
Copying System.Data.dll
Copying mscorlib.dll
Copying System.Windows.Forms.DataGrid.dll
Copying OpenNETCF.Drawing.dll
Copying Symbol.dll
Copying Symbol.StandardForms.dll
Copying Microsoft.VisualBasic.dll
Copying Symbol.drawing
Copying Etc,Etc

Do I have to live with this?
Thanks in advance,

Mike
 
Nickneem said:
'Every single' time I want to debug my application (on a Symbol 8846
scanner device winCE) it copies 'every single' dll to the device which
takes ages...

I've searched the groups but most of the postings talk about
'Build Action' and we're talking about references..
Other postings mention 'Copy Local' but this is set to false already?

Copying OpenNETCF.dll
Copying OpenNETCF.Windows.Forms.dll
Copying System.Windows.Forms.dll
Copying Symbol.Barcode.dll
Copying System.dll
Copying System.Data.dll
Copying mscorlib.dll
Copying System.Windows.Forms.DataGrid.dll
Copying OpenNETCF.Drawing.dll
Copying Symbol.dll
Copying Symbol.StandardForms.dll
Copying Microsoft.VisualBasic.dll
Copying Symbol.drawing
Copying Etc,Etc

Do I have to live with this?
Thanks in advance,

Mike

Is there any solution to stop it from copying over and over again ?? It
takes a long time ..

Thanks in advance ..

Dylas
 
Simply, do not shut down the device between two concecutive deploiement.


--
Nicolas BESSON
ADENEO (ADESET)
Windows Embedded Consultant
nbesson AT adeneo DOT adetelgroup DOT com

Tel : +33 (0)4.72.18.08.40
 
Nicolas

Shutting down or not doesn't have anything to do with this problem.
The device is never turned off in between 'debug sessions'.
With every F5 files are being copied over and over, I had to make some
minor changes today which took me ages...

Thanks for your effort,

Mike
 
Back
Top