I\'m using Visual Studio 2010 and coding in VB.NET.
My problem is that I\'ve collected all the modules I\'ve written and intend to reuse and placed them in a separat
You can move the modules to a separate, central library project which can be included in each solution of your projects.
In each project you can add a reference to that library if you want.