Hello again,
I am using Visual Studio 2008 for a Visual Basic project together with RadControls for WinForms Q1 2009.
My app is localisable and I have two resource files called "UiSettings.en-GB.resx" and "UiSettings.resx".
When adding a rad control to my form, lets say a RadGroupBox (but the problem occurs also with a TabStrip) the following entries are added to the forms designer:
"Me.radgrb_ConnAcrobat.FooterImageKey = Global.COACH.UiSettings_en_GB."
"Me.radgrb_ConnAcrobat.HeaderImageKey = Global.COACH.UiSettings_en_GB."
including the points at the end, where COACH is the namespace of my app.
The error message is "UiSettings_en_GB is no member of COACH"
I can manually delete the entries but they appear again after compiling.
Can't work with all these error messages.
Could you please help?
Thanks in advance
Roberto Wenzel
I am using Visual Studio 2008 for a Visual Basic project together with RadControls for WinForms Q1 2009.
My app is localisable and I have two resource files called "UiSettings.en-GB.resx" and "UiSettings.resx".
When adding a rad control to my form, lets say a RadGroupBox (but the problem occurs also with a TabStrip) the following entries are added to the forms designer:
"Me.radgrb_ConnAcrobat.FooterImageKey = Global.COACH.UiSettings_en_GB."
"Me.radgrb_ConnAcrobat.HeaderImageKey = Global.COACH.UiSettings_en_GB."
including the points at the end, where COACH is the namespace of my app.
The error message is "UiSettings_en_GB is no member of COACH"
I can manually delete the entries but they appear again after compiling.
Can't work with all these error messages.
Could you please help?
Thanks in advance
Roberto Wenzel