Professional OPC
Development Tools

logos

Online Forums

Technical support is provided through Support Forums below. Anybody can view them; you need to Register/Login to our site (see links in upper right corner) in order to Post questions. You do not have to be a licensed user of our product.

Please read Rules for forum posts before reporting your issue or asking a question. OPC Labs team is actively monitoring the forums, and replies as soon as possible. Various technical information can also be found in our Knowledge Base. For your convenience, we have also assembled a Frequently Asked Questions page.

Do not use the Contact page for technical issues.

PlatformNotSupportedException: Operation is not supported on this platform.

More
29 Sep 2019 06:26 #7771 by support
Hello,
is your project targeting .NET Core or .NET Framework?

Regards

Please Log in or Create an account to join the conversation.

More
28 Sep 2019 16:53 #7769 by cfza
Good day,

I receive a PlatformNotSupportedException: Operation is not supported on this platform. when I run the following code:

var client = new EasyDAClient();

DAVtq vtq;
try
{
vtq = client.ReadItem("", "OPCLabs.KitServer.2", "Simulation.Random");
}
catch (Exception opcException)
{
Console.WriteLine("*** Failure: {0}", opcException.GetBaseException().Message);
return;
}

Console.WriteLine("Vtq: {0}", vtq);

Please Log in or Create an account to join the conversation.

Moderators: support
Time to create page: 0.050 seconds