Author Topic: Problem applying MfgControl.AdvancedHMI.ControlsV399wPatch3  (Read 1073 times)

EE_Kraig

  • Newbie
  • *
  • Posts: 37
    • View Profile
Clean unzip of V399w, open solution and build, no problems. I delete the MfgControl.AdvancedHMI.Controls.dll from the support folder in SolutionExplorer. Copy new dll to that folder and add back into project and Rebuild. I get errors and the Toolbox for the controls doesn't populate. I can replace the patched dll with the original (even just in WindowsExplorer) from the zip package, rebuild and all is well again.

My plan was to update to V399w and apply latest patches, it worked fine with Patch4 of the drivers.

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5261
    • View Profile
    • AdvancedHMI
Re: Problem applying MfgControl.AdvancedHMI.ControlsV399wPatch3
« Reply #1 on: July 14, 2017, 12:22:56 PM »
It looks like something happen with the patch. It gave me 1 error. I corrected it this way:

- In Solution Explorer, expand down AdvancedHMIControls project
- Expand down the Controls folder
- Right Click MomentaryButton.vb and select View Code
- Go to line 26 and edit line 27 like this:
Code: [Select]
Public Class MomentaryButton
    Inherits MfgControl.AdvancedHMI.Controls.MomemtaryButton

Just an FYI, 3.99x is on the heels of release. It could be as soon as this Sunday.

EE_Kraig

  • Newbie
  • *
  • Posts: 37
    • View Profile
Re: Problem applying MfgControl.AdvancedHMI.ControlsV399wPatch3
« Reply #2 on: July 14, 2017, 12:44:38 PM »
Thanks! Worked for me too.