Can we use two different versions of AsposeCells within the same solution?

Hi,

We have a winforms application, which has multiple projects inside the solution.

We recently upgraded our app to use the v24.12 from v20.2 and had so many production issues.

We have more than 10k test cases in our production, so it will take months to test for our QA team. Hence, we are planning to ‘Automate’ this process by generating the images using two different versions of ‘Aspose.Cells’ - sort of old and new comparison.

We would like to create an ‘Utility’ kind of project which compares the images between the old and new versions of the Aspose.Cells assemblies, but both projects has to reside in the same ‘solution’.
So our question is, Is this possible or does it creates any conflicts.

Also, does Aspose has any products to do image comparison?

Please refer the attached imageaspCells Qn1.png (9.9 KB) for our project structure hierarchy.

Thanks,
Prathap

@PrathapSV

Can you please clarify if you are asking about using two different versions of Aspose.Cells in the same project or across different projects within the same solution?

@PrathapSV
Your idea is feasible. In the same solution, different projects can use different versions of dll libraries. If you have any questions, please feel free to contact us at any time.

Hi @PrathapSV
In our product testing, we use the following scheme, for your reference:
1, Use the old version of Aspose.Cells ( for example, v20.2) to generate images (for example, 1000 images from v20.2).
2, Use the new version of Aspose.Cells ( for example, v24.12) to generate images (for example, 1000 images from v24.12).
3, Make a tool to compare images, pair the above 2 images (for example, Binary comparison) for comparison according to the file name, and output the results.