Batch Operation Selection Windows
The Batch Operation Selection Window appears only if you set the parameter AutoGetPut to False in Workflow Designer in Design Station.
The Batch Operation Selection Window looks like this:
It is shown in Validate Station, whenever you Put a Collection to the Workflow. In this Window you have 4 possibilities:
1. Put Batch and Get a new one
This puts the current Collection to the Workflow and get a new Collection from Collection Pool of the Station.
2. Put Batch
This only puts the current Collection to the Workflow.
3. Save Batch
This just saves the Collection content and puts the Collection back the Collection Pool of the current Station. The Collection will not be moved to the next Station, but waits in the Pool to be processed by a Validate User.
4. Cancel
This aborts all action and moves you back to the Validate window with the current Collection. The content of the Collection is not saved.
The standard timespan a User has to actively choose an option is 15 seconds. After the 15 seconds the Collection is standardly put and a new Collection is got. You can change the timespan by adding some parameters to your DataEntry.exe.config file in eFLOW BIN folder.
Under <userSettings>:
<TiS.DataEntry.UI.DataCompletionSmartParts.Properties.Settings>
<setting name="IntervalBeforeAutoAction" serializeAs="String">
<value>15</value>
</setting>
</TiS.DataEntry.UI.DataCompletionSmartParts.Properties.Settings>
Under <sectionGroup name="userSettings"....>:
<section name="TiS.DataEntry.UI.DataCompletionSmartParts.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
See below the DataEntry.exe.config file pasted into this KB article for eFLOW 5.2 and eFLOW 6.
For eFLOW 6 the file would look like this:
<!--
patterns & practices - Smart Client Software Factory - Guidance Package
This file was generated by this guidance package as part of the solution template
For more information or an example see:
ms-help://MS.VSCC.v80/MS.VSIPCC.v80/ms.scsf.2006jun/SCSF/html/03-210-Creating%20a%20Smart%20Client%20Solution.htm
Latest version of this Guidance Package: http://go.microsoft.com/fwlink/?LinkId=62182
-->
<configuration>
<configSections>
<section name="loggingConfiguration" type="Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.LoggingSettings, Microsoft.Practices.EnterpriseLibrary.Logging"/>
<section name="exceptionHandling" type="Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Configuration.ExceptionHandlingSettings, Microsoft.Practices.EnterpriseLibrary.ExceptionHandling"/>
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<section name="TiS.DataEntry.UI.Infrastructure.Shell.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser"/>
<section name="TiS.DataEntry.UI.DataCompletionSmartParts.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
</sectionGroup>
</configSections>
<loggingConfiguration name="Logging Application Block" tracingEnabled="true" defaultCategory="General" logWarningsWhenNoCategoriesMatch="true">
<listeners>
<add source="TiS.DataEntry.UI.Shell" formatter="Text Formatter" log="Application" machineName="" listenerDataType="Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.FormattedEventLogTraceListenerData, Microsoft.Practices.EnterpriseLibrary.Logging" traceOutputOptions="None" type="Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners.FormattedEventLogTraceListener, Microsoft.Practices.EnterpriseLibrary.Logging" name="Formatted EventLog TraceListener"/>
</listeners>
<formatters>
<add template="Timestamp: {timestamp}
Message: {message}
Category: {category}
Priority: {priority}
EventId: {eventid}
Severity: {severity}
Title:{title}
Machine: {machine}
Application Domain: {appDomain}
Process Id: {processId}
Process Name: {processName}
Win32 Thread Id: {win32ThreadId}
Thread Name: {threadName}
Extended Properties: {dictionary({key} - {value}
)}" type="Microsoft.Practices.EnterpriseLibrary.Logging.Formatters.TextFormatter, Microsoft.Practices.EnterpriseLibrary.Logging" name="Text Formatter"/>
</formatters>
<categorySources>
<add switchValue="All" name="General">
<listeners>
<add name="Formatted EventLog TraceListener"/>
</listeners>
</add>
</categorySources>
<specialSources>
<allEvents switchValue="All" name="All Events"/>
<notProcessed switchValue="All" name="Unprocessed Category"/>
<errors switchValue="All" name="Logging Errors & Warnings">
<listeners>
<add name="Formatted EventLog TraceListener"/>
</listeners>
</errors>
</specialSources>
</loggingConfiguration>
<exceptionHandling>
<exceptionPolicies>
<add name="Default Policy">
<exceptionTypes>
<add type="System.Security.Authentication.AuthenticationException, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" postHandlingAction="None" name="AuthenticationException">
<exceptionHandlers>
<add logCategory="General" eventId="100" severity="Information" title="Enterprise Library Exception Handling" formatterType="Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.TextExceptionFormatter, Microsoft.Practices.EnterpriseLibrary.ExceptionHandling" priority="0" type="Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging.LoggingExceptionHandler, Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging" name="Logging Handler"/>
</exceptionHandlers>
</add>
<add type="System.Exception, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" postHandlingAction="NotifyRethrow" name="Exception">
<exceptionHandlers>
<add logCategory="General" eventId="100" severity="Error" title="Enterprise Library Exception Handling" formatterType="Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.TextExceptionFormatter, Microsoft.Practices.EnterpriseLibrary.ExceptionHandling" priority="0" type="Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging.LoggingExceptionHandler, Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging" name="Logging Handler"/>
</exceptionHandlers>
</add>
<add type="Microsoft.Practices.CompositeUI.EventBroker.EventTopicException, Microsoft.Practices.CompositeUI, Culture=neutral" postHandlingAction="NotifyRethrow" name="EventTopicException">
<exceptionHandlers>
<add logCategory="General" eventId="100" severity="Error" title="Enterprise Library Exception Handling" formatterType="TiS.DataEntry.UI.Infrastructure.Library.EntLib.EventTopicExceptionFormatter, Completion.Infrastructure.Library" priority="0" type="Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging.LoggingExceptionHandler, Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging" name="Logging Handler"/>
</exceptionHandlers>
</add>
</exceptionTypes>
</add>
</exceptionPolicies>
</exceptionHandling>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="TiS.Core.Application.Common" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.Core.Application.Client" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.Core.TisCommon.Common" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.Core.TisCommon.Client" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.Core.Domain.Common" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.Core.Domain.Client" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="WFControl" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.Logger" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.IntegraService" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.Recognition" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.RecognitionWorkflow.Activity" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.Recognition.Common" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.Recognition.Configuration" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.Recognition.Customizations" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.RecognitionWorkflow.Common" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.CollectionOrganizer.Configuration" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.CollectionOrganizer.Sdk.Csm" publicKeyToken="0752346849557bc9" culture="neutral"/>"
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.CollectionOrganizer.Sdk" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.CollectionOrganizer.UI" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="DataEntryApi" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Input.Configuration" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Input.Runtime" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Input.File" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Input.Scan" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.AdvancedFullPageOCRServices" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.StationDeclaration.CollectionOrganizer" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.StationDeclaration.ERPExport" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.StationDeclaration.Portals" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.StationDeclaration.Recognition" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="StationsCommon" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TisViewServicesCW" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.ExportPlugIn" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="ApplicationsCommon" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="BayesLibrary" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="FreedomResultsWrapper" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="PrdUtilities" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="RecognitionServices" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.eFlowProcessShellAPI" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.ERPExport.ExternalDestinations" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.ERPExport.ImageConversions" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.ERPExport.Interfaces" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.FieldEngineOCRService" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.FreedomService" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.FullPageOCRService" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.Imaging" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Completion.ApplicationServices" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Completion.ApplicationServices.Interfaces" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Completion.BatchControl" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Completion.BatchControl.Interface" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Completion.Common" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Completion.Configuration" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Completion.Configuration.Interfaces" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Completion.Configuration.XmlSerializers" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Completion.CSMManager" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Completion.DataAccess" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Completion.DataAccessInterfaces" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Completion.DataEntryConfiguration" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Completion.DataEntryConfigurationAccess" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Completion.DataSource" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Completion.DataPopulators" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Completion.DefaultConfigurationCreation" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Completion.Infrastructure.Interfaces" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Completion.ImageViewManagement" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Completion.Infrastructure.Library" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Completion.Infrastructure.Module" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Completion.RuntimeServices" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Completion.RuntimeServices.Interfaces" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="CompletionUI" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="ImageViewer" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="PrdView" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Recognition.Locator" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.Surface" publicKeyToken="0752346849557bc9" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.3.1.0" newVersion="5.4.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
<!--initializeData="T.i.S eFlow DataCompletion4"-->
<system.diagnostics>
<trace autoflush="true" indentsize="2">
<listeners>
<add name="eFLOWLog" type="TiS.DataEntry.TiSCommon.eFLOWLog, Completion.Common">
</add>
</listeners>
</trace>
</system.diagnostics>
<userSettings>
<TiS.DataEntry.UI.Infrastructure.Shell.Properties.Settings>
<setting name="LoadDebugEventsService" serializeAs="String">
<value>False</value>
</setting>
<setting name="LoadDisableEventsService" serializeAs="String">
<value>False</value>
</setting>
<setting name="FloatingToolStrip" serializeAs="String">
<value>False</value>
</setting>
</TiS.DataEntry.UI.Infrastructure.Shell.Properties.Settings>
<TiS.DataEntry.UI.DataCompletionSmartParts.Properties.Settings>
<setting name="IntervalBeforeAutoAction" serializeAs="String">
<value>3</value>
</setting>
</TiS.DataEntry.UI.DataCompletionSmartParts.Properties.Settings>
</userSettings>
<system.serviceModel>
<bindings configSource="ConfigSources\BindingSection.config"></bindings>
<client configSource="ConfigSources\ClientSection.config"></client>
<behaviors configSource="ConfigSources\BehaviorSection.config"></behaviors>
</system.serviceModel>
<appSettings>
<add key="BasicConfigurationFile" value="ConfigSources\TISconfiguration.config"/>
<add key="LoggerFile" value="ConfigSources\TISLogger.config"/>
</appSettings>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/></startup></configuration>
For eFLOW 5.2 the file would look like this:
<!--
patterns & practices - Smart Client Software Factory - Guidance Package
This file was generated by this guidance package as part of the solution template
For more information or an example see:
ms-help://MS.VSCC.v80/MS.VSIPCC.v80/ms.scsf.2006jun/SCSF/html/03-210-Creating%20a%20Smart%20Client%20Solution.htm
Latest version of this Guidance Package: http://go.microsoft.com/fwlink/?LinkId=62182
-->
<configuration>
<configSections>
<section name="loggingConfiguration" type="Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.LoggingSettings, Microsoft.Practices.EnterpriseLibrary.Logging"/>
<section name="exceptionHandling" type="Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Configuration.ExceptionHandlingSettings, Microsoft.Practices.EnterpriseLibrary.ExceptionHandling"/>
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
<section name="TiS.DataEntry.UI.Infrastructure.Shell.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" />
<section name="TiS.DataEntry.UI.DataCompletionSmartParts.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
</sectionGroup>
</configSections>
<loggingConfiguration name="Logging Application Block" tracingEnabled="true" defaultCategory="General" logWarningsWhenNoCategoriesMatch="true">
<listeners>
<add source="TiS.DataEntry.UI.Shell" formatter="Text Formatter" log="Application" machineName="" listenerDataType="Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.FormattedEventLogTraceListenerData, Microsoft.Practices.EnterpriseLibrary.Logging" traceOutputOptions="None" type="Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners.FormattedEventLogTraceListener, Microsoft.Practices.EnterpriseLibrary.Logging" name="Formatted EventLog TraceListener"/>
</listeners>
<formatters>
<add
template="Timestamp: {timestamp}
Message: {message}
Category: {category}
Priority: {priority}
EventId: {eventid}
Severity: {severity}
Title:{title}
Machine: {machine}
Application Domain: {appDomain}
Process Id: {processId}
Process Name: {processName}
Win32 Thread Id: {win32ThreadId}
Thread Name: {threadName}
Extended Properties: {dictionary({key} - {value}
)}"
type="Microsoft.Practices.EnterpriseLibrary.Logging.Formatters.TextFormatter, Microsoft.Practices.EnterpriseLibrary.Logging"
name="Text Formatter"/>
</formatters>
<categorySources>
<add switchValue="All" name="General">
<listeners>
<add name="Formatted EventLog TraceListener"/>
</listeners>
</add>
</categorySources>
<specialSources>
<allEvents switchValue="All" name="All Events"/>
<notProcessed switchValue="All" name="Unprocessed Category"/>
<errors switchValue="All" name="Logging Errors & Warnings">
<listeners>
<add name="Formatted EventLog TraceListener"/>
</listeners>
</errors>
</specialSources>
</loggingConfiguration>
<exceptionHandling>
<exceptionPolicies>
<add name="Default Policy">
<exceptionTypes>
<add type="System.Security.Authentication.AuthenticationException, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" postHandlingAction="None" name="AuthenticationException">
<exceptionHandlers>
<add logCategory="General"
eventId="100"
severity="Information"
title="Enterprise Library Exception Handling"
formatterType="Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.TextExceptionFormatter, Microsoft.Practices.EnterpriseLibrary.ExceptionHandling"
priority="0"
type="Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging.LoggingExceptionHandler, Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging"
name="Logging Handler"/>
</exceptionHandlers>
</add>
<add type="System.Exception, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
postHandlingAction="NotifyRethrow"
name="Exception">
<exceptionHandlers>
<add logCategory="General"
eventId="100"
severity="Error"
title="Enterprise Library Exception Handling"
formatterType="Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.TextExceptionFormatter, Microsoft.Practices.EnterpriseLibrary.ExceptionHandling"
priority="0" type="Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging.LoggingExceptionHandler, Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging"
name="Logging Handler"/>
</exceptionHandlers>
</add>
<add type="Microsoft.Practices.CompositeUI.EventBroker.EventTopicException, Microsoft.Practices.CompositeUI, Culture=neutral"
postHandlingAction="NotifyRethrow"
name="EventTopicException">
<exceptionHandlers>
<add logCategory="General"
eventId="100"
severity="Error"
title="Enterprise Library Exception Handling"
formatterType="TiS.DataEntry.UI.Infrastructure.Library.EntLib.EventTopicExceptionFormatter, Completion.Infrastructure.Library"
priority="0"
type="Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging.LoggingExceptionHandler, Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging"
name="Logging Handler"/>
</exceptionHandlers>
</add>
</exceptionTypes>
</add>
</exceptionPolicies>
</exceptionHandling>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="TiS.Core.Application.Common"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.Core.Application.Client"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.Core.TisCommon.Common"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.Core.TisCommon.Client"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.Core.Domain.Common"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.Core.Domain.Client"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="WFControl"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.Logger"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.IntegraService"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.Recognition"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.RecognitionWorkflow.Activity"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.Recognition.Common"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.Recognition.Configuration"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.Recognition.Customizations"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.RecognitionWorkflow.Common"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.CollectionOrganizer.Configuration"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.CollectionOrganizer.Sdk.Csm"
publicKeyToken="0752346849557bc9"
culture="neutral" />"
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.CollectionOrganizer.Sdk"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.CollectionOrganizer.UI"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="DataEntryApi"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Input.Configuration"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Input.Runtime"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Input.File"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Input.Scan"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.AdvancedFullPageOCRServices"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.StationDeclaration.CollectionOrganizer"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.StationDeclaration.ERPExport"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.StationDeclaration.Portals"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.StationDeclaration.Recognition"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="StationsCommon"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TisViewServicesCW"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.ExportPlugIn"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="ApplicationsCommon"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="BayesLibrary"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="FreedomResultsWrapper"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="PrdUtilities"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="RecognitionServices"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.eFlowProcessShellAPI"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.ERPExport.ExternalDestinations"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.ERPExport.ImageConversions"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.ERPExport.Interfaces"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.FieldEngineOCRService"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.FreedomService"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.FullPageOCRService"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.Imaging"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Completion.ApplicationServices"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Completion.ApplicationServices.Interfaces"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Completion.BatchControl"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Completion.BatchControl.Interface"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Completion.Common"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Completion.Configuration"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Completion.Configuration.Interfaces"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Completion.Configuration.XmlSerializers"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Completion.CSMManager"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Completion.DataAccess"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Completion.DataAccessInterfaces"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Completion.DataEntryConfiguration"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Completion.DataEntryConfigurationAccess"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Completion.DataSource"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Completion.DataPopulators"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Completion.DefaultConfigurationCreation"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Completion.Infrastructure.Interfaces"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Completion.ImageViewManagement"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Completion.Infrastructure.Library"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Completion.Infrastructure.Module"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Completion.RuntimeServices"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Completion.RuntimeServices.Interfaces"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="CompletionUI"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="ImageViewer"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="PrdView"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Recognition.Locator"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TiS.Surface"
publicKeyToken="0752346849557bc9"
culture="neutral" />
<bindingRedirect oldVersion="5.0.0.0-5.2.0.0" newVersion="5.2.1.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
<!--initializeData="T.i.S eFlow DataCompletion4"-->
<system.diagnostics>
<trace autoflush="true" indentsize="2">
<listeners>
<add name="eFLOWLog" type="TiS.DataEntry.TiSCommon.eFLOWLog, Completion.Common">
</add>
</listeners>
</trace>
</system.diagnostics>
<userSettings>
<TiS.DataEntry.UI.Infrastructure.Shell.Properties.Settings>
<setting name="LoadDebugEventsService" serializeAs="String">
<value>False</value>
</setting>
<setting name="LoadDisableEventsService" serializeAs="String">
<value>False</value>
</setting>
<setting name="FloatingToolStrip" serializeAs="String">
<value>False</value>
</setting>
</TiS.DataEntry.UI.Infrastructure.Shell.Properties.Settings>
<TiS.DataEntry.UI.DataCompletionSmartParts.Properties.Settings>
<setting name="IntervalBeforeAutoAction" serializeAs="String">
<value>15</value>
</setting>
</TiS.DataEntry.UI.DataCompletionSmartParts.Properties.Settings>
</userSettings>
<system.serviceModel>
<bindings configSource="ConfigSources\BindingSection.config"></bindings>
<client configSource="ConfigSources\ClientSection.config"></client>
<behaviors configSource="ConfigSources\BehaviorSection.config"></behaviors>
</system.serviceModel>
<appSettings>
<add key="BasicConfigurationFile" value="ConfigSources\TISconfiguration.config"/>
<add key="LoggerFile" value="ConfigSources\TISLogger.config"/>
</appSettings>
</configuration>
Applies to:
Product | Version |
---|---|
eFLOW | 5.2 |
eFLOW | 6.0 |