Posted 28 February 2025, 10:17 am EST - Updated 28 February 2025, 10:23 am EST
We’ve purchased 2 licenses. One of QA environment and another for the production environment.
The QA license works without issue, but the production license is throwing an error.
Is this a license error or is there something else?
Note we are using v17.1.9
relevant code
import * as GC from "@grapecity/spread-sheets";
import "@grapecity/spread-sheets-io";
import "@grapecity/spread-sheets-charts";
import "@grapecity/spread-sheets-shapes";
import "@grapecity/spread-sheets-slicers";
import "@grapecity/spread-sheets-vue";
import '@grapecity/spread-sheets-designer-resources-en';
import '@grapecity/spread-sheets-designer';
import Designer from "@grapecity/spread-sheets-designer-vue";
GC.Spread.Sheets.LicenseKey = "production license";
GC.Spread.Sheets.Designer.LicenseKey = "production designer license"