UA SDK Issues Compiling Server Application

173 Views Asked by At

In regards to the following tutorial provided by Unified Automation for compiling an OPC UA server application:

Compile Server Application

The note in Step 1 directed me to the following task:

First you have to remove the existing assemblies by choosing “Remove” from the context menu of the assembly. Then right-click on “References” in the solution explorer and choose “Add Reference”. Click on “Browse” to browse for the assemblies. The SDK installation directory contains a folder named “assemblies”, which itself contains several folders named “NET_[version]”. Add the assemblies located in the folder corresponding to the .NET framework you are using.

When I attempted this, I could not find the assemblies it required me to browse for. I created the sample project that they used in exactly the same manner.

In short, the assemblies UnifiedAutomation.UaBase and UnifiedAutomation.UaServer were missing from project and I could not add them. Also, System.Runtime.Serialization was missing as indicated by an exclamation point.

If you can offer me some guidance, I would appreciate it.

0

There are 0 best solutions below