I have a C# program, that works fine on my computer, but on other computer.
I receive the following error:
EventType : clr20r3
P1 : serialport terminal.exe
P2 : 1.0.0.0
P3 : 4ccdc565
P4 : system
P5 : 2.0.0.0
P6 : 471ebf0d
P7 : 3b73
P8 : 51
P9 : system.io.filenotfoundexception
I don’t understand what this means or why it work on my computer but not on the other.
You’re using a file or referencing a DLL that doesn’t exist on the other machine.
You can add
catchblocks or anApplication.UnhandledExceptionhandler to your code to get more details about the exception.