Example configuration file
The contents of the example EVLotusDominoJournalTask.exe.config configuration file are shown below:
<configuration>
<runtime>
<generatePublisherEvidence enabled="false"/>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="KVS.EnterpriseVault.LotusDominoInterfaces"
publicKeyToken="26c5e2ccf2b9267c" />
<bindingRedirect oldVersion="9.0.1.0" newVersion="9.0.2.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="KVS.EnterpriseVault.Interop.IndexClient"
publicKeyToken="26c5e2ccf2b9267c" />
<bindingRedirect oldVersion="9.0.1.0" newVersion="9.0.2.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="KVS.EnterpriseVault.Interop.EVContentManagementAPI"
publicKeyToken="26c5e2ccf2b9267c" />
<bindingRedirect oldVersion="9.0.1.0" newVersion="9.0.2.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="KVS.EnterpriseVault.Interop.RetentionAPI"
publicKeyToken="26c5e2ccf2b9267c" />
<bindingRedirect oldVersion="9.0.1.0" newVersion="9.0.2.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
|
Copyright © 2014 CA.
All rights reserved.
|
|