In PB2021, with client-server system mode, this error occurs. It happens at runtime from source code, when you pull up a dll generated by a proxy.
"The assembly 'nameAssembly.dll' doesn't exist"
From connection_ws.createinstance(), where connection_ws is an object of type SoapConnection.
We generate the proxy with the "Web Service Proxy Wizard" tool.
It should be noted that once the application is compiled, this error does not occur and it connects correctly.
This was working fine in PB2017. We migrated to 2021 and it started to happen. Can you think of something that needs to be configured or programmed?
Regards
Hi;
Moving the assembly to the "C:\Program Files (x86)\Appeon\PowerBuilder 21.0" folder does not cause the error.
Thank you very much!
Regards