Answer Posted / nitesh dwivedi
Windows registry cannot maintain multiple versions of the
same library because of this when it comes to deployment.
Old version is trying to override new version clash will
take place. This will terminates installation process. This
problem is called as DLL HELL. When it comes to deployment
higher version can override lower version in the window
registry. All these drawbacks has been overcome in .net by
introducing Assembly concept.
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
Explain what is the procedure to create the environment for asp.net? : asp.net mvc
What is asp.net and ado net?
Explain the difference between server control and html control.
Write some code using interfaces, virtual methods, and an abstract class`
Explain the disadvantages of viewstate?
What is the difference between custom web user control and a custom web server control?
What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?
What is the difference between user control an custom control?
Explain the steps needed to be performed in order to create an animation in xaml?
What are the Types of object in asp
How do I know asp.net mvc version? : Asp.Net MVC
What r the asp.net list controls and diff. Between them?
What are the media types of http requests and response?
What is ispostback method in asp.net?
Explain the main function of url routing system in asp.net mvc? : asp.net mvc