Can you help me determine why the application throws an exception? Is there other information I can provide? The application runs fine on the development PC, but not on the production PC. Thank you.
-
Exception text: System.IO.FileNotFoundException
-
Dev environment: Visual Studio 2010, C#, Windows 7 64-bit
-
Exception occurs when attempting to create event handlers:
this.Found += new EventHandler(robot_Found);
this.Lost += new EventHandler(robot_Lost);
- Installed PCSDK on the destination PC
- VS references:
-
If the event handler lines of code are removed, and nothing else within the code attempts to communicate with the robot, the application runs fine.
-
Developed with RobotStudio 6.02
-
Dev pc directory config:






