Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Help with RSS feed C#

Help with RSS feed C#

Scheduled Pinned Locked Moved ASP.NET
helpcsharpcomsysadminjson
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    DaithiBoo
    wrote on last edited by
    #1

    Hello, I am having trouble getting an RSS feed to work on a college project, I am using code based on a tutorial I got from here http://blogs.msdn.com/coding4fun/archive/2006/10/31/912335.aspx When i try to run I am getting an error that looks a bit like this Server Error in '/' Application. -------------------------------------------------------------------------------- Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: The base class includes the field 'rssFeed', but its type (RssList) is not compatible with the type of control (ASP.rsslist_ascx). Source Error: Line 7: Line 8: Line 9: <rss:feedControl ID="rssFeed" runat="server" /> Line 10: Line 11: Source File: /News.aspx Line: 9 Any help with this problem would be fantastic. Cheers, D

    I 1 Reply Last reply
    0
    • D DaithiBoo

      Hello, I am having trouble getting an RSS feed to work on a college project, I am using code based on a tutorial I got from here http://blogs.msdn.com/coding4fun/archive/2006/10/31/912335.aspx When i try to run I am getting an error that looks a bit like this Server Error in '/' Application. -------------------------------------------------------------------------------- Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: The base class includes the field 'rssFeed', but its type (RssList) is not compatible with the type of control (ASP.rsslist_ascx). Source Error: Line 7: Line 8: Line 9: <rss:feedControl ID="rssFeed" runat="server" /> Line 10: Line 11: Source File: /News.aspx Line: 9 Any help with this problem would be fantastic. Cheers, D

      I Offline
      I Offline
      i gr8
      wrote on last edited by
      #2

      they have used UserControl. u just try without UserControl, the method is very simple. just have a look 1. call the RSS content with its URL. It will return XML 2. Convert XML to dataset 3. Since u got the dataset you know what to do 4. Show That in u r page/ if u want u can store that also for future. 5. If u want to format the resultant XML use XSLT

      modified on Friday, February 26, 2010 1:42 AM

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups