Closed chynesNR closed 1 month ago
Because it's very easy to build a .NET Framework app against the wrong version of System.Net.Http, we switched back to using HttpWebRequest here: https://github.com/newrelic/newrelic-dotnet-agent/issues/1844
However, ConnectionManager references an Exception that only exists in System.Net.Http, which can cause a FileNotFoundException. This was recently observed in a customer environment.
ConnectionManager
FileNotFoundException
https://new-relic.atlassian.net/browse/NR-312149
Because it's very easy to build a .NET Framework app against the wrong version of System.Net.Http, we switched back to using HttpWebRequest here: https://github.com/newrelic/newrelic-dotnet-agent/issues/1844
However,
ConnectionManager
references an Exception that only exists in System.Net.Http, which can cause aFileNotFoundException
. This was recently observed in a customer environment.