Thank you for reply. I have started from scratch on the Rasp Pi and it requires me to install Visual Studio Code and the latest full version of Mono. After the install, I compiled my Advanced HMI program on my Win 11 machine using Visual Studio Community. I coped the program over to my Rasp Pi machine, opened a terminal window, and typed in the following:
mono AdvancedHMI.exe
After typing the command, I am receiving the following error:
real@raspberrypi4:~/AdvancedHMI/AdvancedHMIv399yBeta40/AdvancedHMI/bin/Debug $ mono AdvancedHMI.exe
The entry point method could not be loaded due to Could not load file or assembly 'Microsoft.VisualBasic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
When I run the program on a Win10 / Win11 machine, I have no errors. Is there another package that I need to install on the Rasp Pi that I have missed? My last experience with AdvancedHMI projects was after building on a Win machine it was copy over and run with no issues.
Thanks in advance.