Server Error in '/' Application.

The remote server returned an error: (410) Gone.

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: (410) Gone.

Source Error:


Line 191:        PHrssItemChannel channel;
Line 192:        channel = new PHrssItemChannel();
Line 193:        channel.LoadFromUrl(url);
Line 194:        return channel;
Line 195:    }

Source File: c:\www\projet-hoshimi.com\App_Code\rssItem.cs    Line: 193

Stack Trace:


[WebException: The remote server returned an error: (410) Gone.]
   System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request) +338
   System.Net.WebClient.DownloadData(Uri address) +181
   System.Net.WebClient.DownloadData(String address) +26
   RssToolkit.RssDownloadManager.DownloadChannelDom(String url) +146
   RssToolkit.RssDownloadManager.GetChannelDom(String url) +317
   RssToolkit.RssDownloadManager.GetChannel(String url) +37
   RssToolkit.RssChannelBase`2.LoadFromUrl(String url) +32
   PHrssItemChannel.LoadChannel(String url) in c:\www\projet-hoshimi.com\App_Code\rssItem.cs:193
   PHrssItemChannel.LoadChannelItems() in c:\www\projet-hoshimi.com\App_Code\rssItem.cs:202

[TargetInvocationException: Exception has been thrown by the target of an invocation.]
   System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner) +0
   System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner) +72
   System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks) +296
   System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) +29
   System.Web.UI.WebControls.ObjectDataSourceView.InvokeMethod(ObjectDataSourceMethod method, Boolean disposeInstance, Object& instance) +482
   System.Web.UI.WebControls.ObjectDataSourceView.ExecuteSelect(DataSourceSelectArguments arguments) +2040
   System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) +17
   System.Web.UI.WebControls.DataBoundControl.PerformSelect() +149
   System.Web.UI.WebControls.BaseDataBoundControl.DataBind() +70
   System.Web.UI.WebControls.GridView.DataBind() +4
   System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound() +82
   System.Web.UI.WebControls.CompositeDataBoundControl.CreateChildControls() +69
   System.Web.UI.Control.EnsureChildControls() +87
   System.Web.UI.Control.PreRenderRecursiveInternal() +41
   System.Web.UI.Control.PreRenderRecursiveInternal() +161
   System.Web.UI.Control.PreRenderRecursiveInternal() +161
   System.Web.UI.Control.PreRenderRecursiveInternal() +161
   System.Web.UI.Control.PreRenderRecursiveInternal() +161
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1360


Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832