Why do Excel and Word sections open externally from an LMS document even though the setting is for in-place editing mode? - WKB240682
Article number: 240682
ENVIRONMENT
- NuGenesis 9 LMS
- Office 365
ANSWER
The LMS client's application manifest, by default, doesn't mention DPI awareness; as a consequence, Excel disallows embedding itself inside the LMS window.
For cases where in-place editing is required, the solution is to modify the application manifest and enable the DPI awareness flags.
- Close the LMS client
- Start Notepad with admin rights
- Open the LMS manifest file:
- Drive:\Program Files (x86)\Waters\NuGenesis LMS\eln.exe.manifest
- Add the following text to the file, below the <assemblyIdentity> tag and above the <dependency> tag:
- <asmv3:application>
<asmv3:windowsSettings>
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2</dpiAwareness>
</asmv3:windowsSettings>
</asmv3:application>
- Note: The entry for dpiAwareness has three valid settings: PerMonitor, PerMonitorV2, and system.
- <asmv3:application>
- Save and close the file
- Restart the LMS client
- Repeat steps 1 through 7 on all LMS client machines/LMS citrix servers
ADDITIONAL INFORMATION
CRI-4916 - "Excel and Word sections open externally, even if the LMS document it is set for in-place editing" has been submitted for this issue.
id240682, ELN, NGLMS, NGLMSLIC, NGLMSOPT, SUPNG