Connection Information

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.

Connection Type

Deploying .NET assembly – PB Docs 2022 – PowerBuilder Library

Deploying .NET assembly – PB Docs 2022

Deploying .NET assembly

When the PowerBuilder application is deployed, the runtime DLL
files such as pbdotnetinvoker, pbdotnetcoreinvoker,
pbdotnetframeworkinvoker, and Ijwhost.dll as well as the
pbdotnetinvoker.runtimeconfig.json file will be deployed automatically.
However, you will need to make sure the .NET DLLs as well as any
dependent DLLs are deployed in the same folder.

And also make sure the target machine have Universal CRT (C
Runtime) and the required .NET Framework or .NET Core installed in order
to run the .NET DLLs.

Note

pbdotnetinvoker.dll should not be placed in more than one
location at runtime, for example, if pbdotnetinvoker.dll is placed in
both the runtime folder and the application root folder, the call to
pbdotnetinvoker.dll will fail, because pbdotnetinvoker.dll in the
runtime folder will be used for registration while pbdotnetinvoker.dll
in the application root folder will be used (with higher priority) for
PB callback functions; the file used for registration and call must be
the same one, otherwise the call fails.


Document get from Powerbuilder help
Thank you for watching.
Was this article helpful?
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x