I'm trying to setup alarms for my PLC and would like to use the 'MessageListByItem' control but the version of Advanced HMI I started building off of did not have it included (399xR1). I grabbed the MessageListByItem.vb from the latest Beta release and added to my project but see these errors when I try to build the project:
Severity Code Description Project File Line Suppression State
Error BC30002 Type 'MfgControl.AdvancedHMI.Controls.MessageListByItem' is not defined. AdvancedHMIControls C:\Users\rlonardo\Documents\Advanced HMI\SideRailAssemblyTable\AdvancedHMIControls\Controls\MessageListByItem.vb 2 Active
Severity Code Description Project File Line Suppression State
Error BC30284 sub 'OnCreateControl' cannot be declared 'Overrides' because it does not override a sub in a base class. AdvancedHMIControls C:\Users\rlonardo\Documents\Advanced HMI\SideRailAssemblyTable\AdvancedHMIControls\Controls\MessageListByItem.vb 20 Active
Severity Code Description Project File Line Suppression State
Error BC30002 Type 'MfgControl.AdvancedHMI.Controls.MessageByItem' is not defined. AdvancedHMIControls C:\Users\rlonardo\Documents\Advanced HMI\SideRailAssemblyTable\AdvancedHMIControls\Controls\MessageListByItem.vb 62 Active
What do I need to do to get the control working properly with my application?