About .NET assembly
The .NET assembly supported by PowerBuilder must be developed on
.NET Framework 4.0 or later or .NET Core 2.1 or later (and .NET 5 is
unsupported at this moment).
The assembly DLL file will require the corresponding version of
.NET Framework, .NET Core, or .NET Standard to run, especially if the
DLL file is a .NET Standard class library. Please check the Microsoft
website or the following table for the compatible versions
between .NET Standard, .NET Core, and .NET Framework. For an interactive
table, see .NET
Standard versions.
| .NET Standard | 1.0 | 1.1 | 1.2 | 1.3 | 1.4 | 1.5 | 1.6 | 2.0 | 2.1 |
| .NET Core | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 2.0 | 3.0 |
| .NET Framework | 4.5 | 4.5 | 4.5.1 | 4.6 | 4.6.1 | 4.6.1 | 4.6.1 | 4.6.1 | N/A |
If the assembly DLL is created by PowerBuilder .NET, the dependent
Sybase DLLs must be copied to the same folder as the assembly
DLL.
The Sybase DLLs are originally located at
%AppeonInstallPath%PowerBuilder [version]DotNETin.