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
What is the difference between session and application?
What is difference between abstract class and an interface?
Which platform does Microsoft .NET use for exchanging data between applications?
Difference between singleton and singlecall.
Where the viewstate is stored after the page postback?
What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
What are the differences between code behind and code inline?
Define web.config in .net?
Explain what is an abstract class?
What is a proxy in web service?
What is the syntax for datagrid and specifying columns?
What permissions do asp.net applications posses by default?
How to retrieve user name in case of Window Authentication?