Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section


Column
width50%


Panel
borderColor#CCCCCC
bgColor#FFFFFF
titleBGColor#F0F0F0
borderStylesolid
titleOn the page:

Table of Contents



Column



Problems with installing the Axxon One Client

Sometimes when you install the Axxon One Client, you can have problems with packages, specifically with incompatible versions of Mono packages. By default, version 6.8 is installed, but version 6.4 is required for Axxon One to work. To resolve the problem, do the following:

  1. Completely remove Mono packages by running the commands:

    Code Block
    sudo apt purge mono* libmono*
    sudo apt autoremove


  2. Install new Mono packages from the repository:

    Code Block
    sudo apt-get install mono-complete -t stretch


After that, you can repeat the installation of the Axxon One Client (see Installing the Axxon One Client in Linux OS).

Problem with displaying a dialog box or a drop-down list

...