Message:
System.InvalidOperationException : Invalid license signature. Please make sure the license file was not modified.
I’m working on a solution that contains two different projects. One project uses Aspose.Words version 11, and the other uses Aspose.Words version 25. I also have two separate license files:
- One with
<SubscriptionExpiry>20200717</SubscriptionExpiry>
(for version 11) - Another with
<SubscriptionExpiry>20260716</SubscriptionExpiry>
(for version 25)
I would like to know:
- Is it possible to use a single license file (ideally the newer one) to cover both versions?
- If not, what is the recommended way to load two different license files for different projects in the same solution?
Any guidance on managing licensing for multiple Aspose versions in the same solution would be appreciated.
Thanks!