what is DLL Hell and how it is solved in .NET?
Answer Posted / parthasarathi
Global assembly Cache (GAC) is a repository for all the .Net components or dll that are shared globally on a particular machine. When a .Net component or dll is installed onto the machine, the Global Assembly Cache looks at its version, its public key, and its language information and creates a strong name for the component or dll. The component or dll is then registered in the GAC and indexed by its strong name, so that even with same name of assembly could be install to GAC that will be having two different versions. Once versioning done with any assembly there will be no chance to conflict, which was earlier happening (DLL HELL).
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
calling result set one procedure to anothar procedure in sql2000
Which .NET framework supports Web API?
Explain about the Class view window?
What are the differences between clr & cts?
What is the mvc framework?
Less than one page, how many windows will you be able to maintain?
How many types of validators are there in asp net?
Will session work if cookies is disabled?
Why is string called immutable data type?
what is loosely coupled solution? How it can be used?
What is viewstategenerator?
What are the namespace classes used in asp.net mvc? : asp.net mvc
14. What are your Future Plans for Swatz Oils GROUP U.K?
What is a web based system?
how to debug web services on consumer side?