slow debug

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
 
G

Guest

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.
 
N

newsgroup

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
 

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