Hi there...
I wonder if anyone has any references to any informative articles on the topic of when to use the Global Assembly Cache, or the GAC as it's known...
My employer has come across an page in the DotNet 2.0 documentation that claims that you shouldn't use the GAC unless you "explicitly" need to - and so is taking the attitude that since our application can be deployed without the GAC, we simply shouldn't use it.
However, we make use of a common third party suite of controls, and we face the question of where their stuff should be installed to - the GAC or our project folder. Personally, I think the GAC - let the strong naming of assemblies deal with versioning etc - afterall this is a popular suite of controls we're talking about - why have everything under our own project folder?
But, in the spirit of learning, I thought I'd throw the question out to the group. Personally, I'll be just as pleased to read arguments on either side of the fence - I know what I think right now, but I'm happy to be persuaded otherwise...
So, who's first?
Martin
I wonder if anyone has any references to any informative articles on the topic of when to use the Global Assembly Cache, or the GAC as it's known...
My employer has come across an page in the DotNet 2.0 documentation that claims that you shouldn't use the GAC unless you "explicitly" need to - and so is taking the attitude that since our application can be deployed without the GAC, we simply shouldn't use it.
However, we make use of a common third party suite of controls, and we face the question of where their stuff should be installed to - the GAC or our project folder. Personally, I think the GAC - let the strong naming of assemblies deal with versioning etc - afterall this is a popular suite of controls we're talking about - why have everything under our own project folder?
But, in the spirit of learning, I thought I'd throw the question out to the group. Personally, I'll be just as pleased to read arguments on either side of the fence - I know what I think right now, but I'm happy to be persuaded otherwise...
So, who's first?
Martin