If you use multiple Aspose products in your application, for example Aspose.Editor and Aspose.Words, here are a few useful tips.
- Set License for each Aspose Product Separately. Even if you have a single license file for all components, for example 'Aspose.Total.lic', you still need to call SetLicense separately for each Aspose product you are using in your application.
- Use Fully Qualified License Class Name. Each Aspose product has a License class in its namespace. For example, Aspose.Editor has Aspose.Editor.Desktop.License and Aspose.Words has Aspose.Words.License class. Using fully qualified class name allows avoiding any confusion about which license is applied to which product.