Hi,
I am using the pdf viewer for asp.net ok.
We purchased a license for the ASP.Net PDFViewer on the 7th June 2016, but I can't get rid of the evaluation message.
I have put a copy of the license in the bin folder of the web site.
I am referencing the license in the Global.asax.vb using:
Sub Application_Start(ByVal sender As Object, ByVal e As EventArgs)
Spire.License.LicenseProvider.SetLicenseKey("license.elic.xml")
End Sub
I have also tried:
Spire.License.LicenseProvider.SetLicenseFileName("license.elic.xml")
Spire.License.LicenseProvider.LoadLicense()
I have restart the app pool and web site etc.
The version I am currently using is: 2.8.0.6340, when I look at the license it says the version is 2.6.
Do I have the right license for the version I am using, or have I missed something?
Thanks,
Jez.