Show TOC

Known Issues for WPF Application DeploymentLocate this document in the navigation structure

Learn about known issues with deploying WPF applications for PowerBuilder .NET.

Table 1: WPF Application Deployment Issues
CR# Description
750445 WPF applications that use OData datasource require DLL
To deploy on Windows 7 environments, you need to the install Sybase.PowerBuilder.ODataWrapper.dll in the PowerBuilder runtime packager. Then run the command:
regasm Sybase.PowerBuilder.ODataWrapper.dll /tlb:Sybase.PowerBuilder.ODataWrapper.tlb /codebase
to register the assembly to a COM component.
  • For Windows 7 installations, use the 32-bit regasm.exe. The default location is C:\Windows\Microsoft.NET\Framework\v4.0.30319.
  • For Windows 8 installations, use the 64-bit regasm.exe, which is typically found in C:\Windows\Microsoft.NET\Framework64\v4.0.30319.