The DataWindow Blob (XPS output) feature has removed its dependency on .NET Framework 4.8 and migrated to .NET 8.0, causing the following changes:
-
DLL file upgraded and renamed for .NET 8.0 support:
-
Sybase.PowerBuilder.NETInterop.dll→Appeon.PowerBuilder.NETInterop.dll
-
-
New runtime configuration files:
-
Appeon.PowerBuilder.NETInterop.deps.json -
Appeon.PowerBuilder.NETInterop.runtimeconfig.json
-
-
New runtime dependency DLL file:
-
nethost.dllfor runtime hosting support
-
-
Location changes:
In earlier versions,
Sybase.PowerBuilder.NETInterop.dllwas placed at the same level asPB250.exe. Now,Appeon.PowerBuilder.NETInterop.dlland related files are consolidated into the Runtime directory. -
Simplified deployment:
Previously, developers had to copy DLLs manually and perform COM registration steps for DataWindow Blob (XPS). With PowerBuilder 2025 R2, these assemblies are automatically packaged as part of the runtime, requiring no extra setup.


