@vyeram Could you please check the following points:
Make sure your call to SetLicense gets executed. Step through in the debugger.
Make sure your code does not catch an exception thrown by Aspose.Words licensing code. For example, Aspose.Words will throw if it cannot find the license.
Make sure the input documents do not already have the evaluation message. Aspose.Words does not delete existing evaluation messages.
Make sure SetLicense is executed before you instantiate any Document object.
Make sure you have applied the license to all Aspose products used in your application.
this is on correct place can you please let me know what dll version for .net 6.0 we have to use for below dl Aspose.Imaging,
Aspose.Page
,Aspose.PDF,
Aspose.Words,
Aspose.Cells,
System.Drawing.Common
@vyeram The latest version of Aspose.Words fully supports .NET 6 and does not require System.Drawing.Common.
Some of our customers encountered a problem on .NET 6 with a redundant dependency on CodePorting.Translator.Cs2Cpp.Control, which I mentioned earlier. The problem will be resolved in the next version of Aspose.Words.