G
Guest
I'm having a problem in using the assembly (class lib application) stored in GAC. I can see the assembly added in GAC from winnt\assembly folder but I cannot able to use it. If I type imports in VS.NET, I cannot see my namespace in PopUp. Everytime I have to use that assembly as a private assembly by setting reference for every project I want to use that assembly
Can anyone explain me what's going wrong? I want to use my assembly just as like system.data (for eg. Just say Imports MyApplication.Utilities.LogManagement and use in my application). Can anyone explain me the difference of doing Imports and Add reference in VS.NET
TIA
Hol
(A newbie.NET)
Can anyone explain me what's going wrong? I want to use my assembly just as like system.data (for eg. Just say Imports MyApplication.Utilities.LogManagement and use in my application). Can anyone explain me the difference of doing Imports and Add reference in VS.NET
TIA
Hol
(A newbie.NET)