IfYouSaySo
Well-known member
I'm having a probem referencing assemblies in the GAC. If I browse to C:\Windows\assemblies\, this is the list of assemblies that are registered on my system, correct? I have an assembly: Act.Shared.ComponentModel.dll, for example. I assumed that when I have an assembly listed in the GAC, that means when I create a new project in visual studio, I can import it with:
Of course, this doesn't work...does someone know what I'm doing wrong?
VB.NET:
Imports Act.Shared.ComponentModel
Of course, this doesn't work...does someone know what I'm doing wrong?