UA Bundle SDK .NET  2.1.2.227
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Groups Pages
Deploying the final application

To install your application build with the OPC UA .NET SDK on the target machine your setup should consider the following:

Check requirements:

  • have admin rights for installation
  • need Microsoft .NET Framework 3.5 SP1 or 4.0 SP1 on the target. The version depends on the version selected during the setup of the SDK.

Install your application to the target directory:

  • MyApplication.exe
  • MyApplication.exe.config

    Alternative when using embedded ressource:
  • MyUaApplication.exe (includes config as embedded ressource)

Install UA SDK Assemblies next to your executable:

  • UnifiedAutomation.UaBase.dll
  • UnifiedAutomation.UaClient.dll (if client functionality is used)
  • UnifiedAutomation.UaServer.dll (if server functionality is used)
  • Opc.Ua.CertificateGenerator.exe (used by the UaBase.dll to generate certificates)