Still trying to fix this:
Problem loading C runtime library from executable and DLL
My problem is my C++ DLL compiled with CLR (.net 3.5, in Visual Studio 2008) doesn't access the C runtime DLLs (msvcr90.dll, msvcm90.dll and msvrp90.dll) from the winSxS folder, when that DLL is loaded from my C# WPF application.
It does find the C runtime DLLs from winSxS is the DLL is loaded from a C++ command line tool.
It seems like I need to modify my DLL's manifest file to fix this. How can I do this?