Issue
When launching the XenApp Server Role Manager or clicking on options within the console, it is slow to load.
Resolution
After the XenApp Server Role Manager has been installed, modify the “C:\Program Files (x86)\Citrix\XenApp\XenAppServerRoleManager\XenAppServerRoleManager.exe.config” file by adding:
<?xml version=”1.0″?>
<configuration>
<configSections>
<section name=”cxmiConfig” type=”Citrix.Cxmi.Core.CxmiConfigSection,Cxmi.Core”/>
</configSections>
<runtime>
<generatePublisherEvidence enabled=”false”/>
</runtime>
<cxmiConfig>
<extensions>
<add type=”Citrix.Cxmi.Config.ConfigExtension” location=”Cxmi.Config.dll”/>
Save and close the file, then relaunch XenApp Server Role Manager.
