melkanzi Posted December 19, 2006 Posted December 19, 2006 Hi, Im working on this project in VS2005 and im mainly programming in VB but i've used 3 C# projects in the solution. Each one of these projects has a dll file. How do i deploy this solution? do i include the primary output for each project or do I just add the dll files?? Thanks Quote
mskeel Posted December 19, 2006 Posted December 19, 2006 Including the primary output ensures that the latest and greatest build is included in your installation. If your libraries are referenced by one of your project (one project depends on another) then the referenced libraries should be included automatically when you add the project that depnds on them to the installation. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.