Tagged Questions
6
votes
5answers
3k views
Including a service reference from a class library
I have a C# class library and a startup project (a console app). The class library includes a service reference to a web service. When I try to run the project, I get an InvalidOperationException ...
2
votes
4answers
786 views
WCF: Updating Service Reference gives duplicate config entries
I have a WPF application using service references to a WCF service. When doing updates on the service I need to update the service reference, so I right click it and hit "Update Service Reference".
...