Runtime file changes caused by removing .NET 4.8 dependency

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.dllAppeon.PowerBuilder.NETInterop.dll

  • New runtime configuration files:

    • Appeon.PowerBuilder.NETInterop.deps.json

    • Appeon.PowerBuilder.NETInterop.runtimeconfig.json

  • New runtime dependency DLL file:

    • nethost.dll for runtime hosting support

  • Location changes:

    In earlier versions, Sybase.PowerBuilder.NETInterop.dll was placed at the same level as PB250.exe. Now, Appeon.PowerBuilder.NETInterop.dll and 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.