I am a total newbie to asp.net. I was trying to find a simple rss program to run on my portal starter kit. I found rssxtra modulewhich appeared easy, but without any directions on how to install, it is very difficult. The following is the error message I am getting:
Server Error in '/Portal' 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: Could not load type 'PADSolutions.DNN.Modules.RSSXtra.RSSXtra'.
Source Error:
Line 1: <%@ Control Language="vb" AutoEventWireup="false" Codebehind="RSSXtra.ascx.vb" Inherits="PADSolutions.DNN.Modules.RSSXtra.RSSXtra" %>
Line 2: <span class="Normal">
Line 3: <asp:xml id="xmlRSS" runat="server"></asp:xml>
Source File: E:\web\communitydi\htdocs\Portal\DesktopModules\RSSXtra.ascx Line: 1
My biggest problem is I don't know what files should go in what folders. The download provides no instructions. Can someone please help or recommend an easier rss program with instructions that Ican install.
Thank You in Advance for Your Help.