FTDI Community

General Category => Discussion - Software => Topic started by: Dete on April 30, 2020, 03:24:23 PM

Title: FTD2XX_NET.dll: System.EntryPointNotFoundException
Post by: Dete on April 30, 2020, 03:24:23 PM
Hello,

i am using Monodevelop in linux.

Thats the problem i have:
i start the example program Loopback (c# example 3 from the FDTI site) and at the command FTDI myFtdiDevice = new FTDI(); i get the errormessage "System.EntryPointNotFoundException"
The Linux driver has been installed and the FTD2XX_NET.dll has been add to the references too.

Can anyone help me?
What is the solution?


greetings Dete
Title: Re: FTD2XX_NET.dll: System.EntryPointNotFoundException
Post by: FTDI Community on May 01, 2020, 04:15:19 PM
Hello,

We don't specifically support Monodevelop in Linux and have no knowledge of it, but maybe there are other community forum members who can help you.

The loopback example was written and built using Microsoft Visual Studio.
I would recommend testing this out on a Windows PC.
In addition, the FTD2XX_NET.DLL is provided for the Windows platform:

https://www.ftdichip.com/Support/SoftwareExamples/CodeExamples/CSharp.htm (https://www.ftdichip.com/Support/SoftwareExamples/CodeExamples/CSharp.htm)

Source code for the wrapper is provided so you could develop your own C# wrapper which will work on Monodevelop in Linux.

Best Regards,
FTDI Community