Author Topic: Program debugged fine on laptop, fails on industrial machine  (Read 1770 times)

stephen.crouch

  • Newbie
  • *
  • Posts: 7
    • View Profile
Program debugged fine on laptop, fails on industrial machine
« on: October 03, 2024, 12:47:54 PM »
I have a program that I built that debugs fine on my laptop with visual studio. When I transfer it to my advanced HMI industrial PC, it will load, but when changing forms, it will crash with no error or warning.  How can I find out what the problem is?

stephen.crouch

  • Newbie
  • *
  • Posts: 7
    • View Profile
Re: Program debugged fine on laptop, fails on industrial machine
« Reply #1 on: October 08, 2024, 08:41:11 AM »
I changed the exception settings in the debug tool to flag everything and ran it with visual studio.  That showed a couple of errors that I corrected, and now it runs without crashing.