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 make sure that the assembly is strongly named.
3. Used the command "GACUtil" to register the assembly in GAC.
Now when I expand the "References" node 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
to it again. Am I wrong? Do I need to again add the reference to that dll
from the "Reference" node?
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 make sure that the assembly is strongly named.
3. Used the command "GACUtil" to register the assembly in GAC.
Now when I expand the "References" node 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
to it again. Am I wrong? Do I need to again add the reference to that dll
from the "Reference" node?
Thanks for your help!!