|
Written by Sreejumon
|
|
Jan 25, 2005 at 11:00 AM |
|
Most of the time we used to deal with different versions of assembly; especially while working with multiple projects in multiple locations. We dont know which version of DLL other apps referring, I am not talking about the “DLL Hell’. This is all about .NET dlls which we will be deploying into GAC later. If you dont have a proper global version control system for components, build process will be a headache. Just to find out the references of one .NET assembly I wrote a simple utility, where users can simply drag and drop the .EXE or DLL.
Download (.NET V1.1+)
|