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?
I've usually just gone through and edited the xml.
.NET 4.0
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
.NET 2.0
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
It doesn't take too long to do if you just do a find & replace. Everything seems to work out fine on recompile.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With