Does anybody have a sample vb.net project that uses the Service Reference instead of the eConnect .dll's? I have a working solution, but am trying to use the service ref instead - and I am getting the famous error
"Could not find default endpoint element that references contract 'eConnectService.eConnect' in the ServiceModel client configuration section. This might be because no configuration file was found for your application, or because no endpoint element matching this contract could be found in the client element."
I have tried to update all the config files I could find, as well as manually passing in the endpoint. All attempts fail to create the eConnect object. Just a note... I am developing on a box that is NOT the sql server.
See Sample attempts below:
Dim
SVC_eConCall
As
New
eConnectService.eConnectClient()