This web-based business application is a great tool for assigning and tracking issues and tasks during software development and any other projects that involve teams of two or more people.In fact, in only 4 weeks after its release, Issue Manager was downloaded thousands of times and is currently used at hundreds of companies and corporations, small and large....
Revision: According to Suzanne Cook below, apparantly all the framework .Net assemblies (not just MSCorLib) are a special case in which version numbers are ignored. But my experience below still stands, and certainly these problems will arrise with non-framework shared resources....
Before web development was popular and most applications were stand alone programs debugging strategies depended a lot on how and where these were being developed. When developing in C/C++ printf(...) was a favorite debugging tool on both UNIX and DOS environments for programmers. That changed when Integrated Development Environments - IDEs - like Borland's (now Inprise) Turbo C++ and Microsoft's Visual Studio came along. These allowed stepping through code and watching local and global variable...