Could not find default endpoint element that references contract 'CurrencyProxy.CurrencyServiceSoap' in the ServiceModel client configuration section
RSS
I also was getting the same error. But, after reading the posts I was not getting what exactly to fix. Later, I realized that I was using the output.config file generated by the
svcutil.exe in my client console application, which had to be renamed to app.config. So that, the client application could read the config information and reach the service.
cmouli
Member
2 Points
1 Post
Re: Reload library configuration with a custom configuration file
Oct 20, 2010 03:33 PM|LINK
I also was getting the same error. But, after reading the posts I was not getting what exactly to fix. Later, I realized that I was using the output.config file generated by the svcutil.exe in my client console application, which had to be renamed to app.config. So that, the client application could read the config information and reach the service.
I am a newbie to WCF and had got stuck here.
Anyways, thanks for the all posts.