How to migrate .RESX file when changing .NET Framework…
I was changing the .NET framework from 4.0 to 3.5 (because of an incompatbility we discovered in a third party dll) and everything went fine except some .RESX file got messed up. I was starting to fix them manually but is there some tool I can use for this? Or how do you guys do it?
Same as “impr0t” (do a global replace) but generally you will have this problem with RESX files: “Can not load assembly … or one of its dependencies. Attempt to load a program with an invalid structure” and it will point to something like this in your RESX file:
so the fix is described here:
http://connect.microsoft.com/VisualStudio/feedback/details/532584/error-when-compiling-resx-file-seems-related-to-beta2-bug-5252020
from that site: