Debugger deployment

  • Thread starter Thread starter Shloma Baum
  • Start date Start date
S

Shloma Baum

Hi,

I would like to ask if anyone knows how to prevent that the debugger should
not keep on redeploying the assembly's that has not changed, for instance it
keeps on deploying the system, xml, forms assembly's every time I recompile
& deploy the app, and takes up lots of time.

Best Regards,
Shloma Baum
 
For resource files (like sdf files, xml etc), there is a property that
you can set that only copies the file when they are newer or stop
copying altogether.

Right click the file and select properties.

-Neelima
 
Neelima,

Thanks for responding, unfortunatly this option is not avaiblible for
assemblies and I can't seem to find a way that the deployer of vs2005 should
stop keeping on redeploying on the framwork files, why dosn't it relize that
those are files from the framework which the deployer has already deployed
before, and those files are definetly there.

Best Regards,
Shloma
 

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

Back
Top