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
How to create multi language website in asp.net mvc? : Asp.Net MVC
What is difference between asp.net and asp?
What are server objects?
What websites use asp.net?
What is %20 in a url?
What is break mode?
Is post back in asp.net?
What is difference between session and application in asp net?
What is the significance of attaching a profile while creating a user?
How to implement role based security in asp.net mvc? : Asp.Net MVC
What is event bubbling?
Can you explain one critical mapping?
Explain how asp.net different from asp?
Demonstrate Render and PreRender?
What are the advantages of passport authentication?