Page 1 of 1

Running C# EXE on Different Computers

PostPosted: Tue Nov 14, 2023 2:16 pm
by jdg26
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!

Re: Running C# EXE on Different Computers

PostPosted: Tue Nov 14, 2023 4:22 pm
by cncdrive
In the device manager check if the UC100 USB drivers are installed correctly?
Also check if the UCx00 utility tool sees your UC100 on that computer?

Re: Running C# EXE on Different Computers

PostPosted: Tue Nov 14, 2023 4:26 pm
by jdg26
Thanks @cncdrive!

I did a check with device manager and it is an issue with the driver installation.
Will update my machine and report back.

Re: Running C# EXE on Different Computers

PostPosted: Tue Nov 14, 2023 10:14 pm
by jdg26
The issue was the driver install, we are up and running!