Microsoft Office Business Scorecards Accelerator is installed as an add-on for SharePoint on a Windows 2003 server. Adding webparts to SharePoint is very easy todo, but when you try to derive from these webparts or even want to use classes from the assembly you may find it difficult to get the assembly referenced.
Follow the steps described below:
1) use a command prompt (dos box) to copy the assembly from the folder
c:\windows\assembly\gac\msscorecardwebparts\<version number> to another folder. This can not be done using the windows explorer because copying from the GAC is not allowed from there.
2) Add the following key to the registry so Visual Studio.NET will show the assembly in the “Add reference” dialog.
registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\AssemblyFolders
Create the key “ScoreCards” with the default value set to the folder in which the copied assembly can be found.
3) Restart Visual Studio.NET
4) Goto the “Add reference” dialog and you can reference the assembly. The assembly will be automatically taken from the GAC.