Hi All,
I have written a class library that has a number of service references. Endpoints etc have been placed in the Dll's App.config file. When I run my unit tests all the services work fine. When I move over to my WPF Project and use my dll, when the method in
the dll goes to call my service I receive errors stating that no endpoint could be found. I have copied the system.servicemodel section from my app.config file in the dll to the app.config file in my wpf project, but it has made no difference. What do I need
to do in the WPF project to get the services recognised?
Go to the complete details ...