Deploying Microsoft NET Framework-based applications to remote systems

Remote NET Framework-based applications are deployed to the Windows runtime environment as an executable assembly (.exe) or library assembly (.dll), depending on the type of application.

You are licensed to copy the following file to the computer that is running the .NET application:
  • CICS® Transaction Gateway API for .NET Framework assembly: IBM.CTG.Client.dll

The CICS Transaction Gateway API for .NET Framework supports 32-bit and 64-bit operation. Support is provided by a single assembly (IBM.CTG.Client.dll) which is included in the SDK package in the directory Windows/lib.

You must deploy IBM.CTG.Client.dll in the Global Assembly Cache, or in the same directory as the NET Framework-based application.

For further information on deploying assemblies in the Global Assembly Cache refer to the Microsoft documentation.