I am trying to update a static variable in the setup of a test UI class, and the assembly will fail with the following log:

In my application, I can set the value of this boolean from a non-static context through the installer. But not in the setup before testing the user interface, why?
source
share