.NET Assembly Deployment

At runtime, the .NET assemblies that you generate from .NET Assembly targets execute using the .NET Common Language Runtime (CLR).

For deployment of .NET Assembly targets, production servers or target computers must have:
  • Windows XP SP3, Windows Vista SP2, Windows 2008 SP1, or Windows 7 operating system
  • .NET Framework 4.0 or later
  • The Microsoft Visual C++ runtime libraries msvcr71.dll and msvcp71.dll, msvcp100.dll, msvcr100.dll, and the Microsoft .NET Active Template Library (ATL) module, atl71.dll
  • PowerBuilder .NET assemblies in the global assembly cache (GAC)
  • PowerBuilder runtime dynamic link libraries in the system path

    For more information on the required runtime files, see “Deploying PowerBuilder runtime files” in the Deploying Applications to .NET book for PowerBuilder Classic.