Regarding ASPOSE version

@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,

For Aspose.Cells, please try using our latest version: Aspose.Cells for .NET v22.12 (Releases | NuGet).
Also, see the document on how to use Aspose.Cells for .NET Framework 6.0 for your reference.

@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.

@vyeram

For Aspose.Page and Aspose.PDF for .NET, you need to use 21.11 or higher version in order to have .NET 6.0 support.

The issues you have found earlier (filed as WORDSNET-24718) have been fixed in this Aspose.Words for .NET 23.1 update also available on NuGet.