what is DLL Hell and how it is solved in .NET?

Answer Posted / sharma

This is a problem everybody faced in asp application which
uses dll created in vb6. Dll process still be in memory
even after the objest is destroyed exclusively causing the
program to restart.

.NET has a functionality call garbage collection which
wakes up every interval of time and clears the objects not
been used from the application .

Is This Answer Correct ?    64 Yes 186 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what is an assembly?

560


What is caching in asp.net?

566


How is application management and maintenance improved in asp.net 2.0?

543


How can you handle unmanaged code exceptions in asp.net?

552


How u refer webservices?

1496






Explain asp.net page life cycle?

617


If you are using two select queries and retrieving data. how do you access second query's result set using data reader?

4755


What is clr? Difference between clr & cts?

690


What are the difference between function and stored procedure in .net programming language?

262


Is session stored in browser?

530


How do I publish my asp.net application to my isp's web server?

590


What is the default authentication mode for asp.net?

564


Why select Web API?

568


Explain how does asp page work?

578


What are Master Pages in ASP.NET? or What is a Master Page?

613