description
Exception is thrown in libnodave.net.cs
public static IntPtr openSocket(int port, string portName)
{
if (IntPtr.Size == 8)
return openSocket64(port, portName);
return openSocket32(port, portName); <---- DLLNotFoundExcepion
}
while trying to connect a PLC.
Nice work thanks in advance for your help