Regarding an error generated

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

Moderator: uasdknet

Post Reply
gopikaassi
Jr. Member
Jr. Member
Posts: 1
Joined: 04 Feb 2022, 12:51

Regarding an error generated

Post by gopikaassi »

Hello,

I was trying to Create an Empty Visual Studio Client Project, by following the instructions given in the Unified Automation documentation. I pasted some of the code snippets on program.cs from the documentation as per the instruction . When I tried to compile it , I am getting errors and warnings. I am not sure what is the problem .

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

Re: Regarding an error generated

Post by Support Team »

Hello,

The documentation for creating an empty client project is outdated.
Now we are shipping NuGet packages. So instead of adding the references to the assemblies we recommend to add the NuGet packages to your project. Please add UaBase, UaBase.Windows and UaClient.

Please also have a look at the client examples that are part of the sdk to see the project structure.
Best regards
Unified Automation Support Team

Post Reply