Author Topic: when I run my project - message in Immediate window not sure what it means  (Read 1093 times)

Darrell

  • Full Member
  • ***
  • Posts: 198
  • Electrician / PLC Technician
    • View Profile
what does this mean , i come up in the Immediate window when I test my HMI , is this a problem , and where do I start looking using ver 3.80

A first chance exception of type 'System.NullReferenceException' occurred in AdvancedHMIDrivers.dll
A first chance exception of type 'MfgControl.AdvancedHMI.Drivers.Common.PLCDriverException' occurred in MfgControl.AdvancedHMI.Drivers.dll

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5269
    • View Profile
    • AdvancedHMI
Re: when I run my project - message in Immediate window not sure what it means
« Reply #1 on: November 24, 2014, 11:38:24 PM »
Generally the messages in the immediate window can be ignored. It is only reporting exceptions that were handled by the drivers or controls. If there is an unhandled exception, you will get a pop up box with more details on the exception.

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5269
    • View Profile
    • AdvancedHMI
Re: when I run my project - message in Immediate window not sure what it means
« Reply #2 on: November 25, 2014, 07:22:00 PM »
Version 3.84 is now available that has some code changes that eliminate some of the messages that were showing up in the immediate window.