What is a DLL Hell Problem in .Net?

Answer Posted / sudhakar sakthivel

Versoning problem is called the DLL Hell. If Already you
have deployed any application with dll. Now you did some
changed in your application and dll. If your deploy this
newer application, the Older dll will be overrided by the
newer Dll. So Older Application is not working properly.
But in .Net Framework solved this Versioning problem. So If
we developed this application in .Net, Both application
will be worked properly. Old Application will reffer the
Older Dll and Newer Application will reffer the New Dll.

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is active web page?

642


Explain the different types of directives in .net?

596


What is the use of web.config file?

632


Differentiate between a hyperlink control and a linkbutton control.

633


Explain the use of resource manager class in .net.

598






Explain difference between friend and protected friend?

613


Explain about asp.net state management?

696


Define machine.config in .net?

640


How to register exception filter globally?

687


What is a 307 redirect?

574


a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?

1682


What is hidden field in asp.net?

691


Can we use html in asp.net?

590


Where the cookie value is stored?

607


Explain the difference between debug.write and trace.write?

605