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
 
Back
Top