I gave the exception in the original posting :). "return XDocument.Load(sgmlReader)" is throwing a WebException with a message that reads "The operation has timed out".
Type: Posts; User: wekempf
I gave the exception in the original posting :). "return XDocument.Load(sgmlReader)" is throwing a WebException with a message that reads "The operation has timed out".
I have some very simple code used to scrape a particular website and parse the HTML that was using a version of SgmlReader prior to the Nuget package's existence. The DLL I was using reports the...