Aspose.words dll(version 9.5.0.0 ) for .net framework 4.6.1?

We have recently migrated our .net web application source code from 3.5 to 4.6.1 framework and we are using aspose. word.dll 9.5.0.0 version inside the application for a document generation. When we deployed the application in production we are getting a warning message like " Evaluation Only. Created with Aspose.Words…" . we have single instance license already and its working fine in .net 3.5 version application . will aspose.words dll(version 9.5.0.0 ) support .net 4.6.1 or something else missing ? Please help

Hi there,

Thanks for your inquiry. You can use net2.0 assembly of Aspose.Words with .NET Framework 4.6.1.

Please note that Aspose.Words DLL from net2.0 folder is used for 2.0, 3.0, 3.5, 4.0, 4.5, and 4.6 .Net Frameworks. This assembly cannot be used when targeting the .NET Framework 3.5 or 4.0 Client Profile as it depends on System.Web. In such an environment use the library under net3.5_ClientProfile instead.
JibiPaulose:
When we deployed the application in production we are getting a warning message like " Evaluation Only. Created with Aspose.Words.."
Please remove reference to old Aspose.Words from your project and add reference again in your project. Please make sure that you are using Aspose.Words 9.5.0.0 with your licence.