Loading Debug Dll Fails

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
hi
i am trying to load a debug dll from my application using LoadLibraryEx function.
But this function is failing with SideBySide Error in Events Log.
Description of SideBySide Error Messages are:
Event Type: Error<br/>
Event Source: SideBySide<br/>
Event Category: None<br/>
Event ID: 59<br/>
Date: 8/8/2012<br/>
Time: 6:12:35 PM<br/>
User: N/A<br/>
Computer: PC<br/>
Description:<br/>
Generate Activation Context failed for f:xxxxbinKNonMfcUtilsD.dll. Reference error message: The operation completed successfully.<br/>
-----------------------------------------------------------------------------------------------------------------------------------<br/>
Event Type: Error<br/>
Event Source: SideBySide<br/>
Event Category: None<br/>
Event ID: 59<br/>
Date: 8/8/2012<br/>
Time: 6:12:35 PM<br/>
User: N/A<br/>
Computer: PC<br/>
Description:<br/>
Resolve Partial Assembly failed for Microsoft.VC80.DebugCRT. Reference error message: The referenced assembly is not installed on your system.<br/>
.
---------------------------------------------------------------------------------------------------------------------------

I am using Windows XP SP2, and VS 2003 .
Could any one tell me the reason why i am unable to load a library in debug mode and why i am able to load it in release mode ?
What should be done to successfully load the dll in debug mode ?
Thanks in advance,
Sravanthi
<
sravanthi
<br/>
<br/>

View the full article
 
Back
Top