I am using Visual Studio 2010 and encoding in VB.NET.
My problem is that I have compiled all the modules that I wrote and intend to reuse, and put them in a separate folder. When I want to add a module from the above folder to any project, it takes a copy of the module and the location in the project source code folder instead of the link to the module in the folder containing all the other modules.
Is it possible to include a module in my project and leave it in a folder with all other modules, so when I improve the module, it will affect all projects that use / link to this module. Instead of having to manually copy the new module to all projects that use / reference the module. Right now I have several instances of the same module that I need to update manually when I improve the code or add functionality?
Andreas Vinther
source share