0
My Winforms VB.NET application consumes a webservice to perform some queries. When running in debug or release mode under the Visual Studio IDE, it works perfectly, but once it’s distributed on the client’s computers (or even on my own, running directly from the executable), it fails with this message:
System.Invalidoperationexception: Could not locate the standard endpoint element referencing the 'Wstrf3.Iservicointegration' contract in the Servicemodel client configuration section. This may have occurred due to the lack of a configuration file for your application or because no endpoint element corresponding to this contract could be found in the client element.
I suppose something that is present during debugging is missing from the distribution, but I have no idea what. Any help will be very welcome.