I have a Windows 7 machine that has VS2008 and VS2012 installed. The DLL that I GACed is in the 3.5 GAC (C:\windows\assembly\). I can verify that the DLL is GACed by doing gacutil.exe /l. I can't add the reference to the DLL in VS2008, but I can in VS2012. Why would that be the case?
↧