This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
I stumbled across something odd: I got a BadImageFormatException without knowing what image (assembly) it could possibly refer to. I reduced the solution so that it consists only of a single project with no dependencies: enter image description here [https://i.stack.imgur.com/BjWNV.png] As you can see, it only uses System (and mscorlib), [...] read more
I am looking for some way to cross-check the compatability of two differing libraries, which should share the same base symbols. So, I have libCommon, libA and libB and my application. libB uses symbols from libCommon as does libA. I compile both into my application, and then find that the [...] read more