vote up 0 vote down star

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).

flag

78% accept rate

1 Answer

vote up 0 vote down check

Okay, so it turned out that although Visual Studio was set up to use v3.5 of the .net framework you need to seperately install v3.5 of the framework - it seems I only had v2 installed. Let this be a lesson for anyone else struggling with the same problems!

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.