Strange class addition with dotnetbar
I know you discussed this earlier in a post but this keeps reoccurring in my VB project. Lots of controls in the project and not all have any text component at all. All are however DotNetbar controls. Generates code in the Designer section on any change to any control in the system. Any ideas. Examples
Me.GroupPanel4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007
Errors...
Me.GroupPanel4.Style.Class = Global.MyProj.MultiLang_ja._293
Me.GroupPanel4.StyleMouseDown.Class = Global.MyProj.MultiLang_ja._293
Me.GroupPanel4.StyleMouseOver.Class = Global.MyProj.MultiLang_ja._293
VS2008, latest Dotnetbar and ML
I tried the ideas in the post of UnexpectedUseOfResources but no luck. These are null strings but not associated with translations.
Maybe a clue - the class BEFORE the errors are triggered are as follows
Me.GroupPanel4.Style.Class = ""
Me.GroupPanel4.StyleMouseDown.Class = ""
Me.GroupPanel4.StyleMouseOver.Class = ""