New Settings

Access Strings Settings

The following settings were added or updated with this release:

Setting

Value and Default

Purpose

Config.LookupEditor.AICategory

Value=[None|Full], Default=[None]

Controls access to the "AICategory" lookup table editor. Added in v2021.3.1 #29218

RIS.exe.config

The following settings were added or updated with this release:

Bug #29247 - Resolved Infrastructure issue where starting services with signed dlls would fail when Authenticode verification failed.

Some customers have reported issues with virus scanners not liking our previous unsigned .dlls. Since then, the .dlls have been code-signed for several reasons, including preventing false positives from antivirus software.  One customer who had an issue with the signed .dlls because of the secure environment was using a proxy system to allow network inspection. This was causing the authenticode validation to take a very long time or fail due to timeout.  The setting below is to alleviate the issue for such customers while maintaining code signing.

Default is false.

<generatePublisherEvidence enabled="false"/>

ApplicationSetting.config

Feature #28365 - UI Plugin Framework

<setting name="DBActionSignalRServiceAuthKey" serializeAs="String">

    <value>A7031C4966414F3C86B04419CF02C06D</value>

  </setting>

 

<setting name="StartSignalRService" serializeAs="String">

    <value>True</value>

  </setting>

The following new setting has been added as part of Feature #27601 (default value is False):

  <add key=" AllowLinkedStudiesAllImages" value="True"/>

rRISServices.exe.config and rRISServicesx64.exe.config

Note that the rRISServices.exe.config and rRISServicesx64.exe.config files do not need interaction during upgrade process, these files will auto-updated.


 

Bug #29247 - Resolved Infrastructure issue where starting services with signed dlls would fail when Authenticode verification failed.

Refer to explanation above under the changes to ris.exe.config

Under the <runtime> section, this setting was added:

<generatePublisherEvidence enabled="false"/>

Feature #28365 - UI Plugin Framework

The following settings were also changed or added with this feature.

These settings are located under the <runtime> section of the file.

Old values

<dependentAssembly>

<assemblyIdentity name="Microsoft.Owin" publicKeyToken="31bf3856ad364e35" culture="neutral" />

        <bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0" />

New values

<dependentAssembly>

        <assemblyIdentity name="Microsoft.Owin" publicKeyToken="31bf3856ad364e35" culture="neutral" />

        <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />

      </dependentAssembly>

Added settings

</dependentAssembly>

      <dependentAssembly>

        <assemblyIdentity name="NLog" publicKeyToken="5120e14c03d0593c" culture="neutral" />

        <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />

      </dependentAssembly>

      <dependentAssembly>

        <assemblyIdentity name="Telerik.WinControls" publicKeyToken="5bb2a467cbec794e" culture="neutral" />

        <bindingRedirect oldVersion="0.0.0.0-2017.1.221.40" newVersion="2017.1.221.40" />

      </dependentAssembly>

      <dependentAssembly>

        <assemblyIdentity name="Telerik.WinControls.UI" publicKeyToken="5bb2a467cbec794e" culture="neutral" />

        <bindingRedirect oldVersion="0.0.0.0-2017.1.221.40" newVersion="2017.1.221.40" />

      </dependentAssembly>

      <dependentAssembly>

        <assemblyIdentity name="TelerikCommon" publicKeyToken="5bb2a467cbec794e" culture="neutral" />

        <bindingRedirect oldVersion="0.0.0.0-2017.1.221.40" newVersion="2017.1.221.40" />

      </dependentAssembly>

      <dependentAssembly>

        <assemblyIdentity name="Microsoft.Owin.Security" publicKeyToken="31bf3856ad364e35" culture="neutral" />

        <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />

      </dependentAssembly>