DLL Deployment Strategies

Posted by Filip Ekberg on Stack Overflow See other posts from Stack Overflow or by Filip Ekberg
Published on 2010-04-12T10:29:57Z Indexed on 2010/04/12 10:33 UTC
Read the original article Hit count: 361

Filed under:

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!

© Stack Overflow or respective owner

Related posts about .NET