Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I created a WCF service that works perfectly when I go to http://localhost:52099/MyPagesWS.svc

Then I create a test project and add Service Reference with name ServiceReference1 to that url. When I click "Go" it finds my functions.

But when I try to call it in the code, ServiceReference1 cannot be called.

Do you have any idea what's going on?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.