Hello,
Thanks for your inquiry.
We cannot use Spire.PDF and Spire.Presentation in a same project as they there will be version conflicts. Then, the warning message should be given by the free version of Spire.Presentation. Please check whether the products which you are using are free versions.
Besides,to avoid version conflicts, we recommend that you remove references to Spire.PDF and Spire.Presentation and then install Spire.Office.
Last but not least, in order for each license key to take effect, you should set the license keys one by one with calling LicenseProvider.LoadLicense() when you are using two or more licenses.
- Code: Select all
Spire.License.LicenseProvider.SetLicenseKey("license key of license1");
Spire.License.LicenseProvider.LoadLicense();
Spire.License.LicenseProvider.SetLicenseKey("license key of license2");
Spire.License.LicenseProvider.LoadLicense();
Hope this can help you. If there is any other questions, just feel free to contact us.