Working with SharePoint, sometimes you just have to install assemblies to the GAC. An example of this I have had to deal with recently was writing a webpart to access methods in the UserProfileManager class. Debugging GAC installed assemblies can be a bit frustrating, hopefully the following steps will...