I've inherited a C# .net WPF application from a now ex-employee and am having some difficulties running the application. It all builds fine without a single error or warning, but before the GUI appears I get an error:
An unhandled exception of type 'System.FormatException' occurred in mscorlib.dll
Additional information: Corrupt .resources file. Name position for index '156' is outside of name section '0xab02'.
Any suggestions on how to identify which .resources file it is and/or how to re-create them (I've tried rubuilding all which made no difference).