Assembly loader looking for wrong version of mscorlib.resources.dl -
05-10-2006
, 08:31 AM
Hi, I have a solution that contains a mix of C# and Managed C++ projects.
When I try to run the C# program, I get an error indicating that one of the
C++ libraries, or one of its dependencies, could not be found. I ran
FUSLOGVW.exe to see what was causing the problem and it indicated that while
the C++ project was trying to load mscorlib.resources.dll with culture de-DE
and failing, the C# project was sucessfully loading the
mscorlib.resources.dll with culture de. The de version of
mscorlib.resources.dll exists in the gac, but I don't see a de-DE version
anywhere and I don't know why it's trying to load that. Can anyone tell me
what I need to do to fix it?
Thanks,
Michael |