When you add .net assemblies to the GAC, it is not true they will show in “Add reference” dialog in Visual Studio IDE.
I found http://support.microsoft.com/kb/306149 link which describe the steps that we want to follow.
But, it is not working for VS2010. To work with need to set following Reg Key path.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319\AssemblyFoldersEx\MyAssembly\
(Default)= “Assembly Folder path”
No comments:
Post a Comment