I have been wondering what are best practices when it comes to referencing 3rd party assemblies. A while ago I asked a question \"Dependencies and references: what exactly shoul
If i have to deal with libraries that aren't registered in the GAC, I use the following method:
If you don't know the dependencies, you can use Dependency Walker.