Slow debugging - copying of DLL files

  • Thread starter Thread starter David Webb
  • Start date Start date
D

David Webb

Hi,

Is there any way of stopping the copying of DLL files used in the
references? These files already exist on the device, and I've tried
turning copy local off, but they still copy. As I'm having to debug
over a serial link, this takes a fair amount of time. How can I stop
the copying?

Regards,

David.
 
Hi David,

Which DLLs are being copied every time? I've verified that the .NETCF cab
files are not being deployed everytime. Are these custom references that
you are referring to?

Timothy Ng
Software Design Engineer
Visual Studio for Devices

This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
 
Tim,

Here is a copy of the output log. These are custom DLLs and CopyTrue
is set to False.


Deploying to Pocket PC Device using TCP Connect Transport
Connected to Pocket PC Device (Pocket PC) running on ARM.
Copying files from 'C:\Backup\CODE\Software.NET\MobiOffice.NET\bin\Debug'
to '\Application\Comms\'
Copying Software.NET.exe
Files in the package 'sqlce.ppc3.arm.cab' are more recent on the
device than on the development computer. Consider upgrading to the
latest version. Files affected are:
Sscemw20.dll
Copying files from 'C:\Backup\CODE\Software.NET\' to
'\Application\Comms\'
Copying Xceed.Zip.dll
Copying CommsClass.dll
Copying Xceed.Compression.dll
Copying Xceed.FileSystem.dll
Copying SignatureCapture.dll

Regards,

David.
 
Back
Top