Again a .resx bug in a C# .Net2 project. Same project as reported in bug 525020. But now it is even worse, because now the project won't compile at all, and I do not have a workaround this time.After changing the title in a form the compiler reports an error in the resx file at the closing DATA tag of the first image stream:The (Dutch) error message is:Kan bestand of assembly file:///C:/one of my assemblies.dll of een van de afhankelijkheden hiervan niet laden. Poging om een programma te laden met een onjuiste indeling. Regel 1435, positie 5. C:\my project folder\ResourceFrm.resx 1435 5 Plugwise.ImagesTranslated: Can not load assembly ... or one of its dependencies. Attempt to load a program with an invalid structure. Line 1435, position 5Line 1435, position 5 is the closing data tag of the below (shortened) element: <metadata name="icons_20.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <value>115, 17</value> </metadata> <data name="icons_20.ImageStream" mimetype="application/x-microsoft.net.object.binary.base64"> <value> AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0......... AQEB7wL/BwABeAEBAeAJAAFwAQAB4AkAAWABAAFgCQABQAEAAWALAAEgCwABIDsAASAJAAFAAQABIAkAAUABAAEgCQABYAEAAWAJAAFwAQAB4AkAAXgBAQHgCQABfAEHAeALAAEPAv/3AAs=</value> </data> The 'd' of </data> is the position where the error is reportedI'll attach the original and 'updated' files.File 1: Wrong file, please ignore.File 2: Original from VS2010 Beta2, manually changed all 'Version=4.0.0.0' attributes to 'Version=2.0.0.0' (bug 525020).File 3: Same file updated by VS2010RC, after changing form title. Will not compile.- Windows 7 Professional 64 bit (Dutch)
Product Language
Version
Operating System
Operating System Language
Steps to Reproduce
Actual Results
Expected Results