Answer Posted / anisha
DLL HELL was there in earlier version of .Net .With the
latest Version .Net handles this automatically.
It arised due to two main reasons.:-
1.> While the dll are named the name may match with those
existing by default in windows folder or if the dll has not
been updated after adding an additional functionality then
the application will throw error and this resulted in DLL
hell.This can be avoided by either updating the DLL or by
changing the version in web.config through strong tag.
2.> There may be a side effect with dll as particular
memory reference may get deleted then the application will
throw error and result in DLL hellas it wont get that
referenced memory required in the application
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a SESSION and APPLICATION object?
What is an example of an application service provider?
Explain what is postback in asp. Net?
What are query strings used for?
What is fulltrust?
How do you implement postback with a text box?
What is the difference between equals() and == in c#?
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
What are the asp.net 2.0 features?
How can you implement the postback property of an asp.net control?
How you can access the properties and controls of master pages from content pages?
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
What is web configuration file and how to use in web application
What are the different types of sessions in asp.net?
Can we have multiple master pages in asp net?