A managed code application using ImageGear for .NET can be targeted for any CPU .NET platform. In this case it will be running as a 32-bit process on a 32-bit machine, and a 64-bit process on a 64-bit machine.
You must always distribute your application along with the ImageGear for .NET assembly - ImageGear21.Core.dll, as well as the following assemblies, depending on what your application includes:
- To distribute an application that uses ImageGear.Windows.Forms Namespace (including ImGearPageView Class control) you must include into the distribution package the ImageGear Windows Forms assembly - ImageGear21.Windows.Forms.dll and its dependencies.
- To distribute an application that uses ImageGear.Formats.JPEG2K Namespace you must include into the distribution package the native ImageGear JPEG2K library - igjpeg2k20nu.dll along with the ImageGear21.Formats.Jpeg2k.dll assembly and its dependencies.
- To distribute an application that uses ImageGear.Vector Namespace and/or ImageGear.Formats.[CAD/CGM/DGN/DWF/HPGL] namespaces, you must include into the distribution package the native ImageGear Vector library - igvect20nu.dll along with the ImageGear21.Formats.Vector.dll assembly and its dependencies.
- To distribute an application that uses ImageGear.Formats.CAD Namespace you must include into the distribution package the native ImageGear Vector library - igvect20nu.dll and native CAD library - igcad20nu.dll along with the ImageGear21.Formats.Vector.dll assembly and its dependencies.
- To distribute an application that uses ImageGear.Formats.DWF Namespace you must include into the distribution package the native ImageGear Vector library - igvect20nu.dll and native DWF library - igdwf20nu.dll along with the ImageGear21.Formats.Vector.dll assembly and its dependencies.
- To distribute an application that uses ImageGear.Formats.PDF Namespace, see Distributing PDF and PS Fonts and Libraries with an Application.
- To distribute an application that uses ImageGear.Recognition Namespace, see Distributing Recognition Engine Files with an Application.
- To distribute an application that uses ImageGear.Web.DataProviders Namespace and/or ImageGear.Web.UI Namespace, see Distributing an ImageGear for an ASP.NET Application.