When clicking on the Portal icon in the Docking examples, I get the following error:
The remote server returned an error: (407) Proxy Authentication Required.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Net.WebException: The remote server returned an error: (407) Proxy Authentication Required.
Source Error:
Line 21: {
Line 22: rates = new XmlDocument();
Line 23: rates.Load(new XmlTextReader("http://www.czechinfocenter.com/currency.rss"));
Line 24: Cache["Dock_Examples_Default_ExchangeRates"] = rates;
Line 25: }
Source File: c:\Program Files\Telerik\RadControls for ASPNET AJAX Q1 2008\Live Demos\Dock\Examples\Default\ExchangeRates.ascx.cs Line: 23
I am running the application behind a proxy server and have tried loading the solution in both VS2005 and VS2008 with the same result.
I have tried varuous solutions involving altering the code in the relevant page to create a new WebProxy object and assigning it my credentials but have not been able to overcome the error.
Any suggestions?
The remote server returned an error: (407) Proxy Authentication Required.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Net.WebException: The remote server returned an error: (407) Proxy Authentication Required.
Source Error:
Line 21: {
Line 22: rates = new XmlDocument();
Line 23: rates.Load(new XmlTextReader("http://www.czechinfocenter.com/currency.rss"));
Line 24: Cache["Dock_Examples_Default_ExchangeRates"] = rates;
Line 25: }
Source File: c:\Program Files\Telerik\RadControls for ASPNET AJAX Q1 2008\Live Demos\Dock\Examples\Default\ExchangeRates.ascx.cs Line: 23
I am running the application behind a proxy server and have tried loading the solution in both VS2005 and VS2008 with the same result.
I have tried varuous solutions involving altering the code in the relevant page to create a new WebProxy object and assigning it my credentials but have not been able to overcome the error.
Any suggestions?