Resolving small fonts or rendering issues in the UI
ClickOnce is not able to use the manifest file as it generates the manifest based on the dependent assembly, which can cause small fonts or rendering issues to occur in the user interface (UI).
Note: Only perform this procedure when you experience small fonts or rendering issues in the UI.
Use the following procedure to update the relevant files:
-
Navigate to the UIApplication.exe.config file under appsSettings.
(C:\Program Files\Itron\Enterprise Edition\ClientUpdates\UpgradeSource)
-
Add the following settings:
-
<add key="SetDPIAwareness" value="True" />
-
<add key="DPIAwarenessValue" value="-1" />
-
-
Navigate to C:\Program Files\Itron\Enterprise Edition\ClientUpdates\tools\build_clickonce.bat and run the batch file to update the relevant files.