We recently upgraded our licence and are trying to use it on net core. We were using it on asp net 4+ before.
When I first tried to set the licence, it was erroring because it did not like 1252 encoding as this isn’t supported in net core by default.
Trying the methods suggested here.
http://www.aspose.com/corporate/purchase/license-instructions.aspx
Now when I try and set the license using the stream method, or file method or embedded resource, they all fail with this error.
System.Reflection.AmbiguousMatchException: ‘Ambiguous match found.’
Can you give me some advice how to get this to work?
Thanks.