If your problem still occurs, please provide us your sample runnable project replicating this issue with the latest version along with sample source files if you are using any.
We have downloaded the latest version of dll from Aspose.Cells for .NET 7.5.1 as suggested
and added this to our solution. But after adding this, Aspose.Cells namespace is
not recognized by the new dll. Is there any change in the namespace with this
new dll?
Error details: The type or namespace name ‘Aspose’ could not be found
(are you missing a using directive or an assembly reference?)
Please find attached screenshot for your reference.
I think you might be migrating from your Web application to your desktop (e.g console application) or using a console application. I think your VS.NET project’s Target framework is “.NET Framework 4 Client Profile”, then you should use the Aspose.Cells.dll component file located in "net3.5_ClientProfile" folder @ your installation directory. If your VS.NET project’s Target framework is “.NET Framework 4” or other (greater than or equal to 2.0), then you may simply use the Aspose.Cells.dll component file located in "net2.0" folder.
For your information, after installing the version, you will get different Dlls complied versions (net1.1, net2.0, net3.5_ClientProfile etc.). Please use "Aspose.Cells.Dll" in "net3.5_ClientProfile" at your installation directory if your target framework for your desktop application is .NET client profile.
Alternatively, you may change the Target Framework for your desktop application to other than .NET client profile, now you do not need to change the existing Aspose.Cells.Dll version.