MFC80UD.DLL was not found
-
I migrated a VS2002 solution to VS2005 (MFC application with some DLLs). It compiles without any problem - the warnings from _tcscpy and such methods was fixed. However I can't run the application because it can't locate the MFC80UD.DLL module. When I check the application in Dependency walker it loads without any problem. Even in the Debugger's output window I can see that the given modul loaded the symbols. It reports: Debugger:: An unhandled non-continuable STATUS_DLL_NOT_FOUND exception was thrown during process load I also tried to move the MFC module to System32 folder however it caused another failure during the application start - some manifest issue. To be honest I do not understand this - at least I don't know how to fix it. I just know that this stuff solves the DLL hell problem - different versions of the same DLL. Any idea what is wrong? Thanks, Abyss