For some reason when I try to perform a navigate to a long URL:
webBrowser.Navigate(Url, "_self", null, "Referer: " + Referer);
I get the following error:
Error HRESULT E_FAIL has been returned from a call to a COM component.
The ErrorCode -2147467259
Is there a URL length that I don't know about?
Could there be an issue with my version of IE or .NET?