Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Global Assembly Cache 1

Status
Not open for further replies.

sacsac

Programmer
Dec 10, 2000
182
GB
New to .NET and struggling with all the new terminology!

I'm just installing some third-party components, and am asked if I wish to install them in the 'global assembly cache'. I've really not no idea about the implications of how I should answer this question.

Any easy tips?
 
It's fairly safe to let your component into the GAC if that's what you are worried about? Here's some info on what it's actually for:



____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.
 
Many thanks ca8msm. That is helping to clarify things for me!
 
Also, if you are ever worried that you have the wrong version of something in the GAC, you can just put the resource in the application's folder. Local resources are used before checking the GAC.

-Rick

VB.Net Forum forum796 forum855 ASP.NET Forum
[monkey]I believe in killer coding ninja monkeys.[monkey]
 
actually using the Gac Creates DLL hell all over again so make them local resources and don't bother with the GAC. That's what I always do.

Probably somebody will say otherwise, they always do.

Christiaan Baes
Belgium

"My new site" - Me
 
DLL Hell??? The GAC creates the 7th Layer of hell :)

Add it to the local resource folder unless you absolutely, positively can't find a gun to shoot yourself first :)
 
Thanks everyone for making my day - I thought that all that DLL hell business had left me for ever!!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top