Directory Structure

The configuration file must always be located in the installation directory (default) for Q-Matrix™ to start.

To ensure the program runs correctly in the latest version, the necessary DLLs have been placed in a special directory.

Without the following lines at the end of the configuration file, the program cannot run correctly:

<!-- DO NOT MODIFY BELOW THIS LINE! -->
<runtime>
  <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
    <probing privatePath="DLLs" />
  </assemblyBinding>
</runtime>
<!-- DO NOT MODIFY ABOVE THIS LINE! -->