Hello:
we have developed a Web Service using PB2017 Universal version.
The .msi installer has been created and the Web Service has been deployed in the test server.
However when trying to invoke the WebService, the following arises:
Line 74:
Line 75:
Line 76:
Line 77:
Line 78:
It seems that some runtime files are mising in the test server. I have searched on the forum, and found this tip:
Yes, you will also need to run the .NET installation of PB. It can be found at ... "C:\Program Files (x86)\Appeon\PowerBuilder 17.0\DotNET\pbiu\BootStrapper\Packages\1-PBRuntime" and the install file will be named "pbruntime.msi"
However in my installation this folder only contains a file named 'configuration.xml', but there isn't a file named 'pbruntime.msi' to install .NET runtime on the test server where the Web Service is intended to run.
Any idea on how can we install the runtime needed on the server?
Thanks
Javier
I found a workaround by copying the DLL's required in the same folder where I installed the WebService, but obviosly your answer is much better.