Author Topic: Upgrade from v397e to v398g failed, MessageDisplayByValue  (Read 1083 times)

ShaneHoran

  • Newbie
  • *
  • Posts: 3
    • View Profile
Upgrade from v397e to v398g failed, MessageDisplayByValue
« on: May 13, 2015, 11:12:12 AM »
I'm trying to upgrade a project from v397e to v398g using the folder replace method (download new project, replace AdvancedHMI folder in new with original AdvancedHMI folder, open new project). When I try a rebuild all I get errors "Type 'MfgControl.AdvancedHMI.Controls.Message' is not defined", on any forms with a MessageDisplayByValue or MessageListByValue. When I double click the errors they point to the InitializeComponent Sub on the Designer.vb file for the form. See attachments. Anyone had this problem before? Also, is there a page with the release notes for each version? If this version doesn't do anything for me then there's not point pulling my hair out to make it work.

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5272
    • View Profile
    • AdvancedHMI
Re: Upgrade from v397e to v398g failed, MessageDisplayByValue
« Reply #1 on: May 13, 2015, 11:43:45 AM »
Try replacing that code with:

MfgControl.AdvancedHMI.Controls.MessageByValue

or

MfgControl.AdvancedHMI.Controls.MessageByBit

depending on what type of message display you are using.