09-08-2022 05:15 AM
Hi there,
I have build an application which uses a picturebox to display the image that an IDS camera is aqcuiring. When running the application in the dev environment everything work fine. However, when I run the executable all of the property nodes return error 1. Does anyone know why this is happening?
Solved! Go to Solution.
09-08-2022 06:42 AM
The left picture shows the value of the picturebox reference in the developement environment. On the right I try to do the same thing in the executable, but nothing shows. Does this mean the executable cannot find the .NET framework?
09-08-2022 07:06 AM
Without looking at your code I doubt anyone can give you any meaningful responses. In this case it's not even clean what the error is and where it's coming from.
09-08-2022 08:10 AM
Below you will see one of the processes of the program.
This process receives the picturebox reference. When I use the ToString() function on the picturebox in the executable it returns an empty string.
09-08-2022 08:29 AM
I think that 'Reset all values to default' is the culprit.