WPF Visual Studio Package gives error: Could not find endpoint element with name 'WCFname' and contr
- by Andrei
Hi everybody.
This error has been covered before in other questions, however not for a Visual Studio package.
Could not find endpoint element with name 'WCFname' and contract 'WCFcontract' in the ServiceModel client configuration section.
I have a VS package project that needs to connect to a WCF service that provides some functionality. I…