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

Answer Posted / gaurav

the hell dll problem , is genenerally occurs in vs.6.
can also called mismatched .dll file or mismatched .ocx
file (active x control).
when os xp is installed the active x sdk(software
development toolkit)& MFC (microsoft foundation classes ).
MFC40.dll is installed . In vs6 application develpoed
will use MFc42.dll. & when the application is installed in
default os , MFC42.dll will be not found & the dll problem
will happen.or HELL DLL PROBLEM -VERSION CONFLICT.
@ dat time we have to paste MFC42.dll in win.system32 .
folder & the problem will be solved . but in earlier
versions this problem has been sorted out.

Is This Answer Correct ?    3 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are session state modes? List some of the important session state modes of asp.net.

537


Explain cookies with example.

561


How information about the user's locale can be accessed?

583


Explain a program using razor view engine to create a simple application? : asp.net mvc

503


Is web config mandatory?

540






What is asp.net futures?

574


Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.

2595


Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?

619


What is the difference between Classic ASP and ASP.Net?

537


List the types of authentication supported by asp.net?

528


What is data control in asp.net?

524


When does a session actually start?

575


To bind columns manually which tags do you need to add within the asp:datagrid ?

553


Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?

2273


What is skin in asp.net?

524