HttpWebRequest in c# do not work with .net 4.5

后端 未结 4 1450
无人共我
无人共我 2021-01-13 01:48

i\'m working on an c# project that send a xml to a server and receives a xml as response.
With .Net Framework 4.0 installed that works fine.
With .Net Framework 4.5

4条回答
  •  -上瘾入骨i
    2021-01-13 02:42

    I had the same strange problem in IdnEquivalent. The problem persisted when I had Fiddler web debugger launched during my debug session. After I shut it down the problem disappeared.

提交回复
热议问题