Similar errors to this came up 5 times with no code reference:
---------------------------------------------
Could not find type 'MfgControl.AdvancedHMI.BevelButtonDisplay'. Please make sure that the assembly that contains this type is referenced. If this type is a part of your development project, make sure that the project has been successfully built using settings for your current platform or Any CPU.
Instances of this error (2)
1. There is no stack trace or error line information available for this error.
2. There is no stack trace or error line information available for this error.
Help with this error
Could not find an associated help topic for this error. Check Windows Forms Design-Time error list
Forum posts about this error
Search the MSDN Forums for posts related to this error
-----------------------------------------------------
This error came up for all the controls on my forms:
----------------------------------------------------
The variable 'BasicButton19' is either undeclared or was never assigned. Go to code
Instances of this error (1)
1. AdvancedHMI Main Screen.Designer.vb Line:1208 Column:1 Show Call Stack
at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.Error(IDesignerSerializationManager manager, String exceptionText, String helpLink)
at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeExpression(IDesignerSerializationManager manager, String name, CodeExpression expression)
at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeExpression(IDesignerSerializationManager manager, String name, CodeExpression expression)
at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeStatement(IDesignerSerializationManager manager, CodeStatement statement)
Help with this error
MSDN Help
Forum posts about this error
Search the MSDN Forums for posts related to this error
------------------------------------------------------------
The code refers to one line for that button but I copied a few of the lines here:
Me.Controls.Add(Me.BasicButton19)
Me.Controls.Add(Me.BasicButton20)
Me.Controls.Add(Me.BasicButton17)
Me.Controls.Add(Me.BasicButton18)
Me.Controls.Add(Me.BasicButton15)
Me.Controls.Add(Me.BasicButton16)