We are currently using the product aspose.pdf version 5.0.1.0. We want to use the latest version 7.5.0.0 of the product aspose.pdf. We observe that the latest version is not backward compatilble (namespace for version 5 is aspose.pdf , where as namespace for version 7.5 is aspose.pdf.generator) and we want to have both the versions used in our project to avoid changes to the working code.
Can you suggest any way to have the both the versions of the same dll (aspose.pdf.dll) in our project
Hi Deepika,
Well, I am afraid; it’s not possible to use two different versions of Aspose.Pdf for .NET in one project. However, one way can be to create two different library projects and attach different Aspose.Pdf.NET versions to them and then add these library projects to your main project. But we recommend using a single version of Aspose.Pdf for .NET to avoid any conflicts. You can upgrade your code easily to the latest version of Aspose.Pdf for .NET. Please view the following documentation link for further details:
Migration from earlier versions of Aspose.Pdf for .NET
Sorry for the inconvenience,