|
Hello, are there many differences between version 1.3 and version 2.0 resx files? I want to generate a resx file in Dot Net 2.0 and the version of the resx file that is going to be generated will be 2.0. Then i want to generate the same resx file using Dot Net 1.1 and the version of the ResX file will be 1.3. I will then copy the <value> nodes from the 2.0 ResX files to the 1.3 ResX files <value> nodes and i will generate the resource file later.
Will there be a problem ? What do you say about this ? Is there a difference on how the values of data is serialized ?
Is there a different way to create version 1.3 resource files (for .NET 1.1 applications) from .NET 2.0 ?
Thanks! |