CKB:Outlook crashes sporadically when Third Party Add-ins are also enabled: Unterschied zwischen den Versionen

Aus Cryptshare Documentation
Wechseln zu:Navigation, Suche
(Die Seite wurde neu angelegt: „== Applies To == <span>Cryptshare for Outlook 2.7.0 and higher</span> == Problem == <span>When the user performs regular work in Outlook, e.g. switching betw…“)
 
Keine Bearbeitungszusammenfassung
 
Zeile 1: Zeile 1:
== Applies To ==
== Applies to: ==
Cryptshare for Outlook 2.7.0 and higher


<span>Cryptshare for Outlook 2.7.0 and higher</span>
== Symptom: ==
== Problem ==
When the user performs regular work in Outlook, e.g. switching between different emails, and a third party Outlook Add-in (for example ESET) is also enabled, Outlook crashes sporadically with different error messages or warnings.


<span>When the user performs regular work in Outlook, e.g. switching between different emails, and a third party Outlook Add-in (for example ESET) is also enabled, Outlook crashes sporadically with different error messages or warnings.</span>
== Cause: ==
== Cause ==
This issue is caused by a incompatibility between Cryptshare for Outlook and third party Outlook Add-ins, in particular by how the "change between different email items" event is handled.


<span>This issue is caused by a incompatibility between Cryptshare for Outlook and third party Outlook Add-ins, in particular by how the "change between different email items" event is handled.</span>
== Solution / Workaround: ==
== Solution/Workaround ==
We are actively working on a solution to resolve the issue. In the meantime, you may disable the feature that checks the selected item for sensitive information and forces the activation of Cryptshare upon replying or forwarding that email. Please refer to the [https://wiki.cryptshare.com/display/CS4OM/v2.7.0 release notes of version 2.7.0] for a more detailed explanation of this feature.
<p>We are actively working on a solution to resolve the issue. In the meantime, you may disable the feature that checks the selected item for sensitive information and forces the activation of Cryptshare upon replying or forwarding that email. Please refer to the [https://wiki.cryptshare.com/display/CS4OM/v2.7.0 release notes of version 2.7.0]&nbsp;for a more detailed explanation of this feature.</p>
<p>This feature is disabled by editing the file&nbsp;'''<code>%APPDATA%\befine Solutions AG\Cryptshare for Outlook V2\CS4OutlookUserConfig.xml</code>'''&nbsp;and setting the flag&nbsp;'''<code>DoNotActivateCryptshareWhenInteractingWithSensitiveInformation</code>'''&nbsp;to&nbsp;<code>'''true'''</code>.</p>
<div class="line number1 index0 alt2"><code class="java plain">...</code></div>
<div class="line number2 index1 alt1"><code class="java plain">&lt;DoNotActivateCryptshareWhenInteractingWithSensitiveInformation&gt;</code><code class="java keyword">true</code><code class="java plain">&lt;/DoNotActivateCryptshareWhenInteractingWithSensitiveInformation&gt;</code></div>
<div class="line number3 index2 alt2"><code class="java plain">...</code></div>


<span>You may also add this entry to&nbsp;</span>[https://wiki.cryptshare.com/display/CS4OM/Create+CS4OutlookUserConfig.xml the CS4OutlookUserConfig.xml file that you want to distribute to all users]
This feature is disabled by editing the file '''<code>%APPDATA%\befine Solutions AG\Cryptshare for Outlook V2\CS4OutlookUserConfig.xml</code>''' and setting the flag '''<code>DoNotActivateCryptshareWhenInteractingWithSensitiveInformation</code>''' to <code>'''true'''</code>.


<span>.</span>
<code>...</code>
 
<code><DoNotActivateCryptshareWhenInteractingWithSensitiveInformation>true</DoNotActivateCryptshareWhenInteractingWithSensitiveInformation></code>
 
<code>...</code>
 
You may also add this entry to the [https://wiki.cryptshare.com/display/CS4OM/Create+CS4OutlookUserConfig.xml <code>CS4OutlookUserConfig.xml</code> file that you want to distribute to all users.]

Aktuelle Version vom 17. Februar 2022, 12:27 Uhr

Applies to:

Cryptshare for Outlook 2.7.0 and higher

Symptom:

When the user performs regular work in Outlook, e.g. switching between different emails, and a third party Outlook Add-in (for example ESET) is also enabled, Outlook crashes sporadically with different error messages or warnings.

Cause:

This issue is caused by a incompatibility between Cryptshare for Outlook and third party Outlook Add-ins, in particular by how the "change between different email items" event is handled.

Solution / Workaround:

We are actively working on a solution to resolve the issue. In the meantime, you may disable the feature that checks the selected item for sensitive information and forces the activation of Cryptshare upon replying or forwarding that email. Please refer to the release notes of version 2.7.0 for a more detailed explanation of this feature.

This feature is disabled by editing the file %APPDATA%\befine Solutions AG\Cryptshare for Outlook V2\CS4OutlookUserConfig.xml and setting the flag DoNotActivateCryptshareWhenInteractingWithSensitiveInformation to true.

...

<DoNotActivateCryptshareWhenInteractingWithSensitiveInformation>true</DoNotActivateCryptshareWhenInteractingWithSensitiveInformation>

...

You may also add this entry to the CS4OutlookUserConfig.xml file that you want to distribute to all users.