Hi,
I have multiple MVC Projects that use a common DLL (containing utility methods). After adding a reference to utilmethods.dll. Visual Studio is creating copy of the DLL in each project. This is a nightmare to maintain when I make changes to the DLL utilmethods.dll.
How Can I store my DLL in one place centrally for all projects (MVC Projects & console applications etc).
Can I use Windows\System32 ?
Directory of C:\inetpub\wwwroot\vmi_stock_count_web\bin
17/08/2015 14:11 16,384 utilMethods.dll
17/08/2015 14:11 30,208 utilMethods.pdb
2 File(s) 46,592 bytes
Directory of C:\inetpub\wwwroot\WebDataGridOdbc\bin
14/10/2015 09:40 17,408 utilMethods.dll
14/10/2015 09:40 32,256 utilMethods.pdb
2 File(s) 49,664 bytes
Regards,
Niall