How to Install Trial and Licensed Installers Side by Side Safely
18 Nov 20181 minute to read
You can install both Licensed and Trial installer side by side for different Essential Studio® products. The following alert message will be shown if you install the combination of License and Trial platform installer. However, you can continue the installation. The alert message will be shown for the following products.
- Windows Forms
- WPF
- File Formats
Online Installer

Alert displayed when running the online installer in side-by-side mode.
Offline Installer

Alert displayed when running the offline installer in side-by-side mode.
Note: Administrator (elevated) privileges are required to install assemblies in the GAC and to run the installers in side-by-side mode.
Problem
If you install both Licensed and Trial installers on the same machine, licensing issues will occur during development and the following licensing alert is shown.

Reason
Assemblies will conflict because both Licensed and Trial assemblies are present in the GAC, and the runtime cannot determine which license to apply.
Suggested solution
To avoid licensing issues while running demos or using Syncfusion® controls, use the Assembly Manager to install the licensed assemblies in the GAC for the product you are developing with.
Prerequisites
- Ensure you have administrator (elevated) privileges on the machine.
- Use the Assembly Manager version that matches the version of the licensed product you are developing with.
- Remove the conflicting Trial assemblies from the GAC before installing the licensed assemblies.
Steps
- Launch the Assembly Manager from the Syncfusion folder in the installed product’s Utilities directory.
- Select the licensed product version that matches the one used for development.
- Choose Perform Action for the licensed assemblies.
- Confirm the action and wait for the installation to complete.
- Restart any open Visual Studio instances so that the updated assemblies are picked up.
Troubleshooting
- If the licensing alert still appears after running the Assembly Manager, verify that the licensed assemblies are present in the GAC by opening
C:\Windows\Microsoft.NET\assembly\GAC_MSILand confirming the licensed version. - Ensure that no Trial assemblies of the same product version are referenced by your project. Clear the
BinandObjfolders and rebuild the solution.