Reputation: 763
I get an error when I try to connect to WCF service :
"Error creating the Web Proxy specified in the 'system.net/defaultProxy' configuration section."
I'm using framework 2.0 and Visual Studio 2005. My web.config content is :
<system.net>
<defaultProxy>
<proxy usesystemdefault="true"/>
</defaultProxy>
</system.net>
My computer has installed:
I tested :
I suspect that error description doesen't represent the real problem. What are the main causes of this error?
It's possible that missing some additional software?
Thanks for all in advance! I'm getting crazy with this error!
Upvotes: 0
Views: 9021
Reputation: 11
Not sure if this helps. I faced a similar issue and the problem was due to invalid default Proxy configuration at following location C:\Windows\Microsoft.NET\Framework64\v2.0.50727\CONFIG/machine.config
It would depend on the framework you are working against.
Hope this helps
Upvotes: 1