Forums

Skip Navigation LinksHome / Developer Network / Forums / Sitefinity Older Versions (3.x): Deployment > GenericContentRssProvider. Could not find a type for a name exception.

GenericContentRssProvider. Could not find a type for a name exception.

  • Svetlana avatar

    Posted on Jul 11, 2011 (permalink)

    Hello everyone!
    After publishing I getting the following exception:

    Exception Type: System.ArgumentException
    Message: Could not find a type for a name.  The type name was 'GenericContentRssProvider, App_Code, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.
    Source: Telerik.Framework
    Stack Trace: 
       at Telerik.Utilities.TypeResolutionService.GetType(String name, Boolean throwOnError, Boolean ignoreCase)
       at Telerik.Rss.RssFeedInfo..ctor(IRssFeed feed)
       at Telerik.Rss.RssProviderService.Initialize()
       at Telerik.Framework.ServiceHost.Initialize()

    Does anybody can help me?

    Reply

  • Ivan Dimitrov Ivan Dimitrov admin's avatar

    Posted on Jul 12, 2011 (permalink)

    Hello Svetlana,

    Please verify that you have GenericContentRssProvider class in App_Code folder. If you don't use it, remove all references to it.

    Kind regards,
    Ivan Dimitrov
    the Telerik team
    Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

    Reply

  • Svetlana avatar

    Posted on Jul 14, 2011 (permalink)

    Thank you for the answer!
    But I didn't have this class in the  App_Code folder and didn't have any links for it. This project.
    This project I has got  by inheritance from another developer :)
    So the problem was resolved when I added GenericContentRssProvider class in the App_Code folder.

    Reply

  • Register for webinar
Skip Navigation LinksHome / Developer Network / Forums / Sitefinity Older Versions (3.x): Deployment > GenericContentRssProvider. Could not find a type for a name exception.