OPCAE.NET-UA
Assembly Versions
Send comments on this topic.
OPCAE.NET-UA > Installation > Assembly Versions

Glossary Item Box

OPCAE.NET-UA is an option module for OPCAE.NET.

OPCAE.NET Version 8.0 is compiled with OPCAE.NET-UA Version 2.0.
All Advosol components are signed and need to match.
Newer versions of OPCAE.NET-UA can be used with a previous OPCAE.NET base by adding an AssemblyBinding definition into the application configuration file.

<?

xml version="1.0"?>
<
configuration
>

   <runtime>
      <
assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"
>
         <
dependentAssembly
>
            <
assemblyIdentity name="opcaenetUaOption" publicKeyToken="51fc119598320d64"
/>
           
<bindingRedirect oldVersion="1.0.0.0-2.0.0.0" newVersion="2.0.0.0"
/>
         </
dependentAssembly
>
      </
assemblyBinding
>
   </
runtime
>

</configuration>

 

 

Copyright © 2018 Advosol Inc. All Rights Reserved.