Using Aspose.Cells on 32-bit and 64-bit Platforms

Contents
[ ]

Deployment

Aspose.Cells supports both 32-bit and 64-bit environments. When you install Aspose.Cells for .NET component using Aspose.Cells MSI installer, different DLLs are added to different folders in the Aspose.Cells ${installation_Path} folder(s). See the description in the table what folder contains the assemblies you need to use with a particular version of the .NET Framework.

Folder Description
net2.0 Contains assemblies to use with .NET Framework 2.0, 3.0, 3.5, 4.0 and Mono. These are the assemblies that you should normally use for both 32-bit and 64-bit environments.
net2.0_AuthenticodeSigned Same as above, but the assemblies are digitally signed with Authenticode. Signed assemblies may load slower than without Authenticode
net3.5_ClientProfile Contains assemblies to use with .NET Framework 3.5 or 4.0 Client Profile.
net3.5_ClientProfile_AuthenticodeSigned Same as above, but the assemblies are digitally signed with Authenticode. Signed assemblies may load slower than without Authenticode.
net3.5 Contains assemblies to use with .NET Framework 3.5 or 4.0.
net3.5_AuthenticodeSigned Same as above, but the assemblies are digitally signed with Authenticode. Signed assemblies may load slower than without Authenticode.
net4.0 Contains assemblies to use with .NET Framework 4.0 and 4.5.
netStandard Contains assemblies to use with .Net Standard 2.0
netcoreapp2.1 Contains assemblies to use with .Net core 2.1
Xamarin.iOS Contains assemblies to use with Xamarin.iOS
Xamarin.Android Contains assemblies to use with Xamarin.Android
net5.0 Contains assemblies to use with .net5.0.
net6.0 Contains assemblies to use with .net6.0.