slow debug

  • Thread starter Thread starter David caso
  • Start date Start date
D

David caso

Hi,
i've developing an app with vs2005 for CompactFramework, with all
Service Packs (CompactFramework and VS2005), when i try to debug the
application over the machine (Psion WorkAboutPro with WM5), the VS2005
copy all dlls and program(exe) to the machine, ex: System, System.XML,
System.Windows.Form, etc. Altought in the machine, these file already
i've been searching for debug app without copy all these dlls, but i
couldn't find it, how i can debug app, with only pass to the machine the
program(exe)?, the proccess take about 4 min in execute the program,
because before copy all these things.

thanks very much
 
If you have the deployment checkbox checked via the Solution properties, VS
will deploy your assemblies whether they need to be deployed or not. Simply
turn this off if you don't want this funtionality.

Sometimes I turn this checkbox off if I have lots of projects I don't want
to deploy to speed up debug time.
 
This sounds similar to a problem I had a while back where I was
referencing desktop .Net Framework assembly(ies) instead of Compact
Framework assemblies(ies). Make sure you aren't inadvertently doing
that.

Hope that helps,

pivorules
 
Back
Top