Spire.XLS is a professional Excel API that enables developers to create, manage, manipulate, convert and print Excel worksheets. Get free and professional technical support for Spire.XLS for .NET, Java, Android, C++, Python.

Mon Sep 22, 2014 9:16 am

Hi,
We have buy some days ago, Spire.DOC and we have installed successfully on our systems, last Week we have buy also Spire.XLS but with another account, we have try to install on same machine but after have copied dll files of spire.xls on bin folder of our web server Spire.Doc stop working, there is a way to install 2 components on same machine?
We have used for license the license manager dll and this work fine, but the problems with xls dll's remain.

Thanks
Andrea

Sintia
 
Posts: 11
Joined: Mon Sep 15, 2014 10:09 am

Mon Sep 22, 2014 9:23 am

Dear Andrea,

Thanks for your inquiry.
Please use Spire.Xls.dll and Spire.Doc.dll from Spire.Office library.
Download link of Spire.Office:http://www.e-iceblue.com/Download/download-office-for-net-now.html
For applying two licenses to a project:
Please add these code into Global.Application_Start method.
Code: Select all
String key1_xls= "key_xls";  // The string "key_xls" should be the value of the Key attribute of the element License of your Spire.XLS license xml file
String key2_doc= "key_doc"; //The key value in your Spire.Doc license xml file
Spire.License.LicenseProvider.SetLicenseKey(key1_xls);
Spire.License.LicenseProvider.LoadLicense();
LicenseProvider.SetLicenseKey(key2_doc);
LicenseProvider.LoadLicense();


Feel free to contact us if you have any problems.

Best wishes,
Amy
E-iceblue support team
User avatar

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

Tue Sep 23, 2014 7:31 am

Thanks now is working fine, thanks a lot for support!

Sintia
 
Posts: 11
Joined: Mon Sep 15, 2014 10:09 am

Tue Sep 23, 2014 8:05 am

Dear Andrea,

We are pleased to hear from you.
Please feel free to contact us if you have any problems.

Best wishes,
Amy
E-iceblue support team
User avatar

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

Return to Spire.XLS