error creating the web proxy specified in the 'system.net/defaultproxy' configuration section

后端 未结 9 1815
遥遥无期
遥遥无期 2020-12-09 08:20

I receive the error from a third party application exe. The Application is only a exe, no config file or others.

\"error creating the web proxy specified in the \'sy

9条回答
  •  -上瘾入骨i
    2020-12-09 08:51

    In my case, I had a windows 2003 server and my .net 4.0 console application was placed on the "D" drive and I kept seeping this error when running it (it was trying to connect to a remote WCF service). As soon as I placed the application files on my "C" drive, everything worked. I have no idea why!

提交回复
热议问题