From: Kevin Ragsdale on
Does anyone have a fix for this? We have the same problem - external RSS
feeds work, but we can't display any Sharepoint RSS feeds with the webpart.
We are using MOSS 2007 RTM, with a basic install. The error we get is:

Exception in RssAggregatorWebPart::OnPreRender...
System.Collections.Generic.KeyNotFoundException: The given key was not
present in the dictionary. at
System.ThrowHelper.ThrowKeyNotFoundException() at
System.Collections.Generic.Dictionary`2.get_Item(TKey key) at
Microsoft.SharePoint.Portal.WebControls.RSSAggregatorWebPart.OnPreRender(EventArgs e)

Kevin

"chris.holliday(a)gmail.com" wrote:

> After I add a feed URL, the webpart gives me the following error
> message:
>
> "An unexpected error occured processing your request. Check the logs
> for details and correct the problem"
>
> The logs show:
>
> RssWebPart: Exception handed to HandleRuntimeException.HandleException
> System.ArgumentNullException: Value cannot be null. Parameter name:
> key at
> Microsoft.SharePoint.WebControls.CacheObject.LoadDataFromCache(String
> key) at
> Microsoft.SharePoint.WebControls.BaseXmlDataSource.GetXmlDocument()
> at
> Microsoft.SharePoint.WebPartPages.DataFormWebPart.GetHierarchicalDocument(IHierarchicalDataSource
> ds) at
> Microsoft.SharePoint.WebPartPages.DataFormWebPart.GetHierarchicalXPathNavigator(IHierarchicalDataSource
> ds) at
> Microsoft.SharePoint.WebControls.SingleDataSource.GetXPathNavigatorInternal()
> at
> Microsoft.SharePoint.WebControls.SingleDataSource.GetXPathNavigator()
> at
> Microsoft.SharePoint.WebControls.SingleDataSource.GetXPathNavigator(IDataSource
> datasource) at
> Microsoft.SharePoint.WebPartPages.DataFormWebPart.GetXPathNavigator(String
> viewPath) at
> Microsoft.SharePoint.WebPartPages.DataFormWebPart.PrepareAndPerformTransform()
>
> Any ideas on where to go from here?
>
>
From: Ute on
Hi Kevin,

I had the same problem and found out that you can/have to use the Content
Query Webpart for internal feeds.

Regards,
Ute



"Kevin Ragsdale" wrote:

> Does anyone have a fix for this? We have the same problem - external RSS
> feeds work, but we can't display any Sharepoint RSS feeds with the webpart.
> We are using MOSS 2007 RTM, with a basic install. The error we get is:
>
> Exception in RssAggregatorWebPart::OnPreRender...
> System.Collections.Generic.KeyNotFoundException: The given key was not
> present in the dictionary. at
> System.ThrowHelper.ThrowKeyNotFoundException() at
> System.Collections.Generic.Dictionary`2.get_Item(TKey key) at
> Microsoft.SharePoint.Portal.WebControls.RSSAggregatorWebPart.OnPreRender(EventArgs e)
>
> Kevin
>
> "chris.holliday(a)gmail.com" wrote:
>
> > After I add a feed URL, the webpart gives me the following error
> > message:
> >
> > "An unexpected error occured processing your request. Check the logs
> > for details and correct the problem"
> >
> > The logs show:
> >
> > RssWebPart: Exception handed to HandleRuntimeException.HandleException
> > System.ArgumentNullException: Value cannot be null. Parameter name:
> > key at
> > Microsoft.SharePoint.WebControls.CacheObject.LoadDataFromCache(String
> > key) at
> > Microsoft.SharePoint.WebControls.BaseXmlDataSource.GetXmlDocument()
> > at
> > Microsoft.SharePoint.WebPartPages.DataFormWebPart.GetHierarchicalDocument(IHierarchicalDataSource
> > ds) at
> > Microsoft.SharePoint.WebPartPages.DataFormWebPart.GetHierarchicalXPathNavigator(IHierarchicalDataSource
> > ds) at
> > Microsoft.SharePoint.WebControls.SingleDataSource.GetXPathNavigatorInternal()
> > at
> > Microsoft.SharePoint.WebControls.SingleDataSource.GetXPathNavigator()
> > at
> > Microsoft.SharePoint.WebControls.SingleDataSource.GetXPathNavigator(IDataSource
> > datasource) at
> > Microsoft.SharePoint.WebPartPages.DataFormWebPart.GetXPathNavigator(String
> > viewPath) at
> > Microsoft.SharePoint.WebPartPages.DataFormWebPart.PrepareAndPerformTransform()
> >
> > Any ideas on where to go from here?
> >
> >
From: Kevin Ragsdale on
Ute,

Thanks. We want to place an RSS feed of our CEOs blog on the main page of
the portal. From my understanding, My Site is a top-level site, so CQWP
can't see it.

In my opinion, this is a pretty significant limitation. I hope it gets
resolved.

Kevin

"Ute" wrote:

> Hi Kevin,
>
> I had the same problem and found out that you can/have to use the Content
> Query Webpart for internal feeds.
>
> Regards,
> Ute
>
>
>
> "Kevin Ragsdale" wrote:
>
> > Does anyone have a fix for this? We have the same problem - external RSS
> > feeds work, but we can't display any Sharepoint RSS feeds with the webpart.
> > We are using MOSS 2007 RTM, with a basic install. The error we get is:
> >
> > Exception in RssAggregatorWebPart::OnPreRender...
> > System.Collections.Generic.KeyNotFoundException: The given key was not
> > present in the dictionary. at
> > System.ThrowHelper.ThrowKeyNotFoundException() at
> > System.Collections.Generic.Dictionary`2.get_Item(TKey key) at
> > Microsoft.SharePoint.Portal.WebControls.RSSAggregatorWebPart.OnPreRender(EventArgs e)
> >
> > Kevin
> >
> > "chris.holliday(a)gmail.com" wrote:
> >
> > > After I add a feed URL, the webpart gives me the following error
> > > message:
> > >
> > > "An unexpected error occured processing your request. Check the logs
> > > for details and correct the problem"
> > >
> > > The logs show:
> > >
> > > RssWebPart: Exception handed to HandleRuntimeException.HandleException
> > > System.ArgumentNullException: Value cannot be null. Parameter name:
> > > key at
> > > Microsoft.SharePoint.WebControls.CacheObject.LoadDataFromCache(String
> > > key) at
> > > Microsoft.SharePoint.WebControls.BaseXmlDataSource.GetXmlDocument()
> > > at
> > > Microsoft.SharePoint.WebPartPages.DataFormWebPart.GetHierarchicalDocument(IHierarchicalDataSource
> > > ds) at
> > > Microsoft.SharePoint.WebPartPages.DataFormWebPart.GetHierarchicalXPathNavigator(IHierarchicalDataSource
> > > ds) at
> > > Microsoft.SharePoint.WebControls.SingleDataSource.GetXPathNavigatorInternal()
> > > at
> > > Microsoft.SharePoint.WebControls.SingleDataSource.GetXPathNavigator()
> > > at
> > > Microsoft.SharePoint.WebControls.SingleDataSource.GetXPathNavigator(IDataSource
> > > datasource) at
> > > Microsoft.SharePoint.WebPartPages.DataFormWebPart.GetXPathNavigator(String
> > > viewPath) at
> > > Microsoft.SharePoint.WebPartPages.DataFormWebPart.PrepareAndPerformTransform()
> > >
> > > Any ideas on where to go from here?
> > >
> > >