I purchased and integrated the barcode licence in 4 different ways but the ICE Blue on the barcode is not disappearing.
I tried as follows:
1. Added the license.elic.xml into my Website Bin directory. Ran the web site and generated a barcode. ICE Blue still appearing.
2. Added
Spire.License.LicenseProvider.SetLicenseKey(" Spire Licence Key from license.elic.xml ")
into my websites Global.asax in the Application.Start Method using the licence key from the license.elic.xml. Ran the web site and generated a barcode. E-ICEBlue still appearing.
3.Added
Spire.Barcode.BarcodeSettings.ApplyKey(" Spire Licence Key from license.elic.xml ")
into my websites Global.asax in the Application.Start Method using the licence key from the license.elic.xml. Ran the web site and generated a barcode. E-ICEBlue still appearing.
4.Put Spire.License.LicenseProvider.SetLicenseKey(" Spire Licence Key from license.elic.xml ") into the method using the Barcode. E-ICEBlue still appearing.
5.Put Spire.Barcode.BarcodeSettings.ApplyKey(" Spire Licence Key from license.elic.xml ") into the method using the Barcode. E-ICEBlue still appearing.
Please help. Just spent $400 and have ran out of ideas.
John