Running C# EXE on Different Computers
Posted: Tue Nov 14, 2023 2:16 pm
Hey Guys,
I've been developing a stand-alone application using C# and the UC100 wrapper\dll.
My development computer can run my C# EXE and communicate with the UC100 with no issues.
When I move the EXE to another computer, I can call the UC100 functions, but I don't get the correct response from the controller.
A call to ListDevices(ref count) will always fill count with 0, where as the developments computer will get the correct value 1.
I've moved the UC100.dll and the ftd2xx.dll to the other computer and the issue was still there.
Any insights or suggestions would be greatly appreciated.
Cheers!
I've been developing a stand-alone application using C# and the UC100 wrapper\dll.
My development computer can run my C# EXE and communicate with the UC100 with no issues.
When I move the EXE to another computer, I can call the UC100 functions, but I don't get the correct response from the controller.
A call to ListDevices(ref count) will always fill count with 0, where as the developments computer will get the correct value 1.
I've moved the UC100.dll and the ftd2xx.dll to the other computer and the issue was still there.
Any insights or suggestions would be greatly appreciated.
Cheers!