Your comments

Hello,

after looking through the OPCUA_Interface.cs file. I found that there was a problem in line 216.

IPAddress ipAddress = Dns.GetHostEntry(ServerIP).AddressList[0];

After commenting this line of code out, the connection was established and I was able to read the notes etc.

So my question now is, what does the line do and is it crucial for runtime?

Batu