I've registered a dll in my local GAC using the GACUtil which comes with VS2010 (version 4ish)
I can perform gacutil /l xxx and it finds the dll
I am aware from various other posts that Framework 4 has it's own GAC and sure enough the file can be located in the directories within C:\WINDOWS\Microsoft.NET\assembly
The problem for me, is that the .NET tab on the Add Reference dialogbox does not show my "GAC'ed" assembly.
I've made sure that the projects properties are using the same version of the 4.0 framework, but I am currently at a loss.
Has anyone else had this problem?
Cheers in advance