Hello,
I have an application that use the C1Input : NumericEdit. All works fine except for localization.
I want to use "Windows Resource Localization Editor" from the .Net framework 2.0 SDK to translate my form (I must use this tool beacause I will send the resources to thrid party who don't have Visual Studio).
Well, the problem is that when I open my form in "Windows Resource Localization Editor", I have some exceptions like this one :
System.ArgumentException: ResX file C1.Win.C1Input.FormatTypeEnum type, C1.Win.C1Input, Version=1.0.20052.99, Culture=neutral, PublicKeyToken=7e7ff60f0c214f9a at line 1431, position 4, not found.
In my form, if I set back the default values on FormatType and VisibleButtons, all works fine.
I've tried on a new project, the problem is the same.
Do someone had ever seen this problem ?
Thank you for you help.