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
Describe the application event handlers in ASP.NET?
Can we have 2 web config files?
We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?
What is view state management in asp net?
What is a page life cycle?
Explain a program using razor view engine to create a simple application? : asp.net mvc
Are cookies stored on server or client?
What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?
How do you remove duplicates without using remove duplicate stage?
How can I open ashx file in mobile?
How can you implement encapsulation in asp.net?
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?
What is a session government?
What is the difference between table and query?
What is the difference between typeof() vs gettype()?