ImageGear v26.3 - Updated
Developer Guide / Licensing and Distributing / Distributing Applications and Deployment / Distributing ImageGear
In This Topic
    Distributing ImageGear
    In This Topic

    If you have linked ImageGear to your project using nuget, you can use the dotnet publish command described here.

    If you have linked ImageGear to your project using some other means, you will need to distriubte all dotnet assembly files that you are using in addition to any dependencies. See Assembly Dependencies.

    Application Using PDF Component

    In addition to what is packaged using NuGet, if your application uses the PDF component and runs on Windows, you also need to install the following Microsoft component:

    • Visual C++ CRT 10.0
    • Visual C++ CRT 12.0

    This can be installed with the following merge modules:

    • Microsoft_VC100_CRT_x86.msm (Windows 32-bit version)
    • Microsoft_VC100_CRT_x64.msm (Windows 64-bit version)
    • Microsoft_VC120_CRT_x86.msm (Windows 32-bit version)
    • Microsoft_VC120_CRT_x64.msm (Windows 64-bit version)

    Application Using Office Component

    In addition to what is packaged using NuGet, if your application uses the Office component, you will also need to install LibreOffice on the target machine or package it with your application.

    See Getting Started With ImageGear Office for more information.

    See Also

    Runtime Licensing