python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
WCF test client utility generates error after method calling
I'm executing a WCF Service and it starts well.
When I try to test the service from WCF Test Client the methods list is showed correctly.
But when I try to executive a method this error message appea...
Ascanio Donati
Votes: 0
Answers: 0
WCF service is working in VS but not in LinqPad
I am using a .NET API to connect to WCF Services and it works fine in Visual Studio but not in LinqPad.
I am using the same code and referencing the same app.config and DLL files in both Visual Studi...

Thomas Adrian
Votes: 0
Answers: 0
WCF with HTTP on dynamic port number
I have a need to do automated testing of a configuration of WCF bindings. I wrote a test that, in it setup, picks a random port number and binds to it with a WSHttpBinding. The test runs a ServiceHost...
Jonathan Gilbert
Votes: 0
Answers: 1