I don't know how far I'm pushing the envelope but this is my problem:
PB12.5.2 (5652) classic is calling a C# assembly (registered using REGASM).
The C# assembly is consuming a WCF Service.
At the point in code when the WCF call is made, PowerBuilder crashes.
I trapped the error in C# and this is what it says:
Could not find default endpoint element that references contract <WCF Service>
in the ServiceModel client configuration section. This might be because no
configuration file was found for your application, or because no endpont element
matching this contract could be found in the client element.
So what do I need to do to get over this hurdle? Which file or files do I need to
include with the deployment and how and where do I register them?
TIA
Larry Peters