M
Mark
Okay, this is really a three part question. I'm trying to figure out how
this whole GAC thing works.
Here goes....
1. When should you put an assembly in the GAC as opposed to just referencing
the dll in a normal windows folder?
2. When you put it in the GAC how should you reference in the project? I
would think that you shouldn't have to reference it because it's in the GAC,
but it looks like you still do? If so, what's the benefit?
3. When should you set "CopyLocal" = False in the assembly reference
properties in VS.NET?
thanks in advance.
Mark
this whole GAC thing works.
Here goes....
1. When should you put an assembly in the GAC as opposed to just referencing
the dll in a normal windows folder?
2. When you put it in the GAC how should you reference in the project? I
would think that you shouldn't have to reference it because it's in the GAC,
but it looks like you still do? If so, what's the benefit?
3. When should you set "CopyLocal" = False in the assembly reference
properties in VS.NET?
thanks in advance.
Mark