Converting .NET 2.0 resources to .NET 1.1

Sandy

New member
Joined
Sep 11, 2006
Messages
1
Programming Experience
Beginner
Hi,
Does anyone know of a way to reverse resources (forms) that have been localized in .NET Framework 2.0 format returning them to .NET Framework 1.1? The translators used the winres from 2.0 but the application only runs on 1.1 (and yes we documented the 1.1 requirement)! Our application, being a Framework 1.1 application, can't read the newer Framework 2.0 resources. Rolling forward to Framework 2.0 is out of the question.

regards,
Sandy
 
Back
Top