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

Glossary Item Box

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

OPCHDA.NET Version 9.0 is compiled with OPCHDA.NET-UA Version 3.0.
All Advosol components are signed and need to match.
Newer versions of OPCHDA.NET-UA can be used with a previous OPCHDA.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="OpcHdaNetUaOption" publicKeyToken="51fc119598320d64"
/>
           
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0"
/>
         </
dependentAssembly
>
      </
assemblyBinding
>
   </
runtime
>

</configuration>

 

 

Copyright © 2018 Advosol Inc. All Rights Reserved.