If you have a modular applicaiton that depends on its modules to be in seperate libraries ( dlls ).
What kind of Re-deployment
strategy would be good to follow?
The application is installed using the Setup Project that is available in Visual Studio.
I would like to avoid the copy and paste approach!
The easiest way to get around the copy and paste approach would be to deploy your application as a smart client application. This way you just put your new dll’s in one single place, and the next time each application is restarted it will download the new assemblies.