Modeler Configuration File
Under the installation directory, you can find also the file AFModeler.dll.config for internal configuration settings of the Modeler. This file contains the appSettings section useful to enable some tracing options that should be activated only in case of problems in usage.
The following is a sample of the XML configuration file:
\<?xml version="1.0" encoding="utf-8" ?>
\<configuration>
\<startup>
\<supportedRuntime version="v4.5"/>
\<supportedRuntime version="v4.0"/>
\<supportedRuntime version="v3.5"/>
\<supportedRuntime version="v2.0.50727"/>
\</startup>
\<appSettings>
\<add key ="AFModelerTraceFileName" value="AFModelerTrace.txt"/>
\<add key ="AFModelerTrace" value="False"/>
\<add key ="AFModelerTraceAFEvents" value="False"/>
\</appSettings>
\</configuration>
Where:
AFModelerTraceFileName: Is the name of the trace file. It is created under the local user profile folder and then under \AppData\Local\Temp
AFModelerTrace (True/False): Enables or disables the trace.
AFModelerTraceAFEvents (True/False): Enables or disables the AF events trace.
Note: It is good practice to enable the Modeler trace for diagnostic purposes only.