Tutorials and code samples for .NET Standard 2.1 / .NET Core 3.1 / NET 5

Questions regarding the use of the .NET SDK 2.0 for Server or Client development or integration into customer products ...

Moderator: uasdknet

Post Reply
jramirez-jh
Hero Member
Hero Member
Posts: 21
Joined: 14 Jun 2021, 23:39

Tutorials and code samples for .NET Standard 2.1 / .NET Core 3.1 / NET 5

Post by jramirez-jh »

Hello,

I'm very confused trying to follow the online documentation for Client and Server development using .NET Core 3.1.

When I installed the SDK (uasdknetbundle-bin-eval-win32-x86-vs2017-v3.0.9-490.exe) on my Windows 10 machine, I selected the .NET Standard option:

Image

This created the following code samples on my local disk:

Image

When following the tutorials for Server (https://documentation.unified-automation.com/uasdkdotnet/3.0.7/html/L1ServerTutorials.html) and for Client (https://documentation.unified-automation.com/uasdkdotnet/3.0.7/html/L1ClientTutorials.html) I've just noticed that most of the code mentioned there is not present in my local installation so I don't understand where is that code available? or if is not available because is not possible to run that code in .NET Standard / Core?

I'll appreciate your assistance

User avatar
Support Team
Hero Member
Hero Member
Posts: 3064
Joined: 18 Mar 2011, 15:09

Re: Tutorials and code samples for .NET Standard 2.1 / .NET Core 3.1 / NET 5

Post by Support Team »

Hello,

some of our examples are made with Windows Forms to provide a simple user interface. These are not available for .NET Standard. in case of compatibility to Linux systems.
To get these examples install the SDK with one of the .NET Framework versions.
All of our .NET versions provide a similar UA feature set. The .NET Standard version only lacks some Windows only functionalities.
Best regards
Unified Automation Support Team

Post Reply