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
how to debug web services on consumer side?
Why is an object pool required?
Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?
What is datagrid asp.net?
How to include silver light .xap page into asp.net web application and what is the purpose of using silverlight application?
How to create events for a control?
explain code with datachaching with example
How is mvc different from asp.net? : Asp.Net MVC
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.
How can we implement a identity (sql server) call in an asp.net page?
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?
When Cookies are expired in ASP.NET?
Is asp.net and .net are same or different?
Define machine.config in .net?
How does session authentication work?