I came across a very strange scenario. My solution has a .resx file that is causing problems.
Using Visual Studio 2010 running Windows XP, the solution compiles without problems.
Using Visual Studio 2010 running Windows 7, 64 bit, the same solution reports a build failure with error 137
An attempt was made to load a program with an incorrect format. Line 204, position 5. [Path Sanitized]\RemoteFileView.resx
The resource file in question appears to be valid, so I find it difficult to explain the problem.
Can anyone suggest what could have gone wrong?
Clarification: the line in question in VS 2010 is a simple </data> element. XML seems to be well formed.
source share