G
Guest
Hello All,
I am trying to add an assembly to GAC but having difficult time figuring out
the concept of GAC. This is what I am trying to do....
1. Installed NUnit framework whose DLL ("nunit.framework.dll") I need to add
to the GAC so that I can use it from multiple applications.
2. Used the command "sn" to verify that the assembly is already strongly
named. Concluded that NUnit assembly is strongly named.
3. Used the command GACUtil to register the assembly in GAC.
Now when I expand the References node under the solution in VS.NET for my
web application I do not see the newly GAC'ed assembly. Does any one know why?
I thought that once I GAC'ed an assembly I do not have to add the reference
again from VS.NET. Am I wrong? Do I need to add the reference again to that
dll
from the Reference node in VS.NET?
Thanks for your help!!
I am trying to add an assembly to GAC but having difficult time figuring out
the concept of GAC. This is what I am trying to do....
1. Installed NUnit framework whose DLL ("nunit.framework.dll") I need to add
to the GAC so that I can use it from multiple applications.
2. Used the command "sn" to verify that the assembly is already strongly
named. Concluded that NUnit assembly is strongly named.
3. Used the command GACUtil to register the assembly in GAC.
Now when I expand the References node under the solution in VS.NET for my
web application I do not see the newly GAC'ed assembly. Does any one know why?
I thought that once I GAC'ed an assembly I do not have to add the reference
again from VS.NET. Am I wrong? Do I need to add the reference again to that
dll
from the Reference node in VS.NET?
Thanks for your help!!