Hi,
I was using Aspose.Word 4.4.1.0 in my ASP.Net Application, I think which does not support .dotx files, therefore i tried to upgrade my Aspose.Word with following version(5.3.0.0).
Here Iam facing some compatibility issues, the newer version doesn’t seems to support Aspose.words.cell class, that’s why Iam getting so much error in my application.
Could you please suggest, how to overcome these problems
Support for .dotx
Compatibility for Aspose.word.cell and some other fomatting classes
Hello!
Thank you for your inquiry.
First of all, we always recommend upgrading to the latest version that is allowed by your license. Aspose licensing model allows free upgrades to any new versions issued within one year after subscription.
DOTX is an OOXML format. Full OOXML support (both import and export) is available starting from version 5.0.0.
If you are using Aspose.Words.Cell class you should change to Aspose.Words.Tables.Cell. We have made some breaking changes to the library from that time. All classes related to tables are enclosed in the separate namespace: Aspose.Words.Tables.
You can reference to the latest documentation to check what classes were moved to other namespaces if your project doesn’t compile: https://reference.aspose.com/words/net/
Regards,