Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
385
OptionSetKey of StateButtonTool getting set to a resource when blank
posted

I am having an issue where the OptionSetKey is getting set to an entry in a Resource file when it is blank.  This seems to happen when the design surface is serialized.  I get a line similar to

Dim StateButtonTool12 As Infragistics.Win.UltraWinToolbars.StateButtonTool = New Infragistics.Win.UltraWinToolbars.StateButtonTool("Bold", Global.CIMS.Resources_ru_RU.ReportViewer_ProcessingStopped)

And I get the following error. 

'Resources_ru_RU' is not a member of 'CIMS'. E:\Project\MainForm.Designer.vb

I do have that Resource file, but I handle all the resources manually because of other issues.  I've even changed the resource key's value to a period, but it still seems to want to put that resource in there.

Any suggestions?  Note:  This is using version 7.3.  I have not tested it with a newer version yet.

Parents Reply Children
No Data