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 are the differences between the response.write() and response.output.write()?
Which is better viewstate or session?
What is the difference between runtime version and version?
How to display Alert in ASP.NET
Explain the difference between or and orelse?
What does clearing cache?
In how many ways we can retrieve table records count?
Explain the difference between Repeater and Data list control in ASP.NET?
What are the main requirements for caching?
What are sessions in asp net?
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
What language does asp.net use?
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
Why asp.net is better than php?
How to do parallel database export in remote SQL Server in ESSL time track. It is working for local server but not working for remote SQL Server