You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, my Windows Form project is crashing when I open it with another laptop. If i install Visual Studio on that device and recompile the same project, then I have a usable version but still cannot be used on my laptop.
Working on it for some time I was able to produce this exception:
My team is working on it as well and believes that the application crashes as soon as this section is called:
ModbusFactory factory = new ModbusFactory();
I'm working on the C# version of this library connecting via TCP/IP.
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi there, my Windows Form project is crashing when I open it with another laptop. If i install Visual Studio on that device and recompile the same project, then I have a usable version but still cannot be used on my laptop.
Working on it for some time I was able to produce this exception:
My team is working on it as well and believes that the application crashes as soon as this section is called:
ModbusFactory factory = new ModbusFactory();
I'm working on the C# version of this library connecting via TCP/IP.
Thanks in advance
The text was updated successfully, but these errors were encountered: