Problem in IDE: The underlying connection was clos
When using web service from IDE (debugging), everytime I get 'The underlying connection was closed: An unexpected error occurred on a receive.'
When I run from built EXE it works fine. This is making debugging the rest of my application a pain in the ain.
I've tried the fix suggested for a similar problem (keepalive=false) but this does not help.
Any ideas appreciated?
Thanks
Dave
|