To make my own assemblies appear in the .NET tab’s list of Add Reference dialog, I added HKLM\SOFTWARE\Microsoft\.NETFramework\AssemblyFolders\MyAssemblies registry key. Then I changed default string value to “C:\Common\”. Exactly like Microsoft How-to recommends. However, I fail to see my assemblies that located in C:\Common folder in the list of my .NET tab’s list.
I’m using VS 2010.
Any idea what I’m doing wrong?
Given that VS2010 is the first version for a while that has a new runtime, I suspect that the required registry key has changed.
Otherwise assemblies listed for VS2008 (and it’s 2.0 runtime) would be incorrectly listed for VS2010.
So, to make it work, you’ll need to find the new key.
Update: I think that the information you need is here: http://msdn.microsoft.com/en-us/library/wkze6zky.aspx
Specifically, the path is now
where