Spire.Doc is a professional Word .NET library specifically designed for developers to create, read, write, convert and print Word document files. Get free and professional technical support for Spire.Doc for .NET, Java, Android, C++, Python.

Wed Apr 15, 2015 10:38 am

Hi,

We have recently purchased spire, and I am trying to implement the license key. I am writing in VB.net.

We are going to have the license key stored in a file location. So in code I will be calling that file information.

This is my routine below to apply the license. But I get an error that says License is not a member of spire. (This is in the line i have highlighted bold and red.)

How can I get this work?

Public Sub InitialiseFullSpireLicense()

Dim licenseFile As New FileInfo("D:\myApp\license.lic")
Spire.License.LicenseProvider.SetLicenseFile(licenseFile)

Exit Sub
End Sub

stevenheggie
 
Posts: 60
Joined: Tue Jun 24, 2014 10:32 am

Thu Apr 16, 2015 2:59 am

Hello,

Thanks for your inquiry.
Please check if the Spire.License.dll file is referenced into your project.
If there are any questions, welcome to get it back to us.

Best Regards,
Betsy
E-iceblue support team
User avatar

Betsy
 
Posts: 802
Joined: Mon Jan 19, 2015 6:14 am

Thu Apr 16, 2015 8:04 am

Hi,

Where do I get the license dll from? Should I be able to download it?

stevenheggie
 
Posts: 60
Joined: Tue Jun 24, 2014 10:32 am

Thu Apr 16, 2015 8:58 am

Hello,

Please download the Spire.Office Platinum(Hot Fix) Version:2.10.4 from the following link and it contains Spire.License.dll file:
http://www.e-iceblue.com/Download/downl ... t-now.html

Best Regards,
Betsy
E-iceblue support team
User avatar

Betsy
 
Posts: 802
Joined: Mon Jan 19, 2015 6:14 am

Thu Apr 16, 2015 1:41 pm

That's solved it, thanks.

stevenheggie
 
Posts: 60
Joined: Tue Jun 24, 2014 10:32 am

Fri Apr 17, 2015 1:50 am

Hello,

If there are any questions, welcome to get it back to us.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy
 
Posts: 802
Joined: Mon Jan 19, 2015 6:14 am

Tue Apr 11, 2017 4:51 am

Hi

I have purchased Spire.pdf License but ,,,i unable to print document

yakub.tamboli@gmail.com
 
Posts: 1
Joined: Thu Jun 16, 2016 7:47 am

Tue Apr 11, 2017 6:21 am

Hello Yakub,

I got the information from your e-mail that you were using windows form application.
For windows form application, I recommend using the way including the license file as an embedded resource.
Please try this way, https://www.e-iceblue.com/Tutorials/Lic ... d_Resource.

And regarding the printing blank pdf document issue as you mentioned in your e-mial, please supply us with your pdf file for investigation.

Thank you in advance.

Sincerely,
Amy
E-iceblue support team
User avatar

amy.zhao
 
Posts: 2766
Joined: Wed Jun 27, 2012 8:50 am

Wed Aug 14, 2019 10:38 am

HI,
I am working on .Net core application. We were purchased spire license and we have tried all the possible ways as you have mentioned on your Licensing page. At the same time license XML file placed in right place. We have kept the license file and dll files at "\bin\Debug" path. But still we are recieving the warning message as "Evaluation warning " on converted file. If you have any sample for using licensed application.

sudher
 
Posts: 8
Joined: Wed Jul 31, 2019 5:46 pm

Thu Aug 15, 2019 1:50 am

Hi sudher,

Thanks for your inquiry.
We suggest you apply the license by license key, since sometimes your application could not read the license file because of lack of permission or other reason.
Besides, we don't find the purchased information related to your register email. If you need a demo, please send your license file to us(support@e-iceblue.com) via email. Then I will provide a demo for you according to your license.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Return to Spire.Doc