Hello.
I am sorry if this should go to a different forum.
I'd like to ask for your advice regarding DLLs:
I am using a 3rd party dll (source code not available to me) in my C++ program, which fails to load; the error returned (from a call to LoadLibrary() ) is:
"The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log for more detail"
From SxSTrace, I got this:
INFO: Attempt to probe manifest at C:\Users\***\<DLL LOCATION>\Microsoft.VC90.DebugCRT\Microsoft.VC90.DebugCRT.MANIFEST.
INFO: Did not find manifest for culture Neutral.
INFO: End assembly probing.
ERROR: Cannot resolve reference Microsoft.VC90.DebugCRT,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="9.0.21022.8".
ERROR: Activation Context generation failed.
I tried installing the VC Redistributable package on my system (Vista Home Premium, 32 bit), but it didn't help.
Do you have any idea what to try?
Thanks a lot!
Melanie
3rd party DLL issue: Side-by-side configuration incorrect
Started by melanoleuca, Jan 14 2012 10:15 AM
1 reply to this topic
#1
Posted 14 January 2012 - 10:15 AM
|
|
|
#2
Posted 16 April 2012 - 04:52 AM
Are you sure that there is no dependency of that '3'rd party DLL'?
Is there a *.lib for that dll?
This thread may come in use for you --- http://groups.google...rary 0x000036b1
Is there a *.lib for that dll?
This thread may come in use for you --- http://groups.google...rary 0x000036b1
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top










