DLL Deployment Strategies
- by Filip Ekberg
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!