Skip to main content
Known Participant
November 7, 2006
Question

Help With ASP.NET

  • November 7, 2006
  • 1 reply
  • 248 views
Dear Guys
i got a sample code ASP.NET code from the internet, well it doent have any error.. but when i run it from the wwwroot, it shown this error :

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 'ForumTopic.viewAllRecords'.

Source Error:


Line 1: <%@ Page language="VB" Inherits="ForumTopic.viewAllRecords" %>
Line 2:
Line 3: <!--#include virtual="includes/clientHeader.inc.asp"-->


Source File: c:\inetpub\wwwroot\forum\forum.aspx Line: 1


thx Guys
Feras
This topic is closed to new replies. Start a new post to keep the conversation going.

1 reply

Inspiring
November 7, 2006
The code is expecting to find a class file, and it is not there. You need to
also include the file in your site.

--
Paul Whitham
Certified Dreamweaver MX2004 Professional
Adobe Community Expert - Dreamweaver

Valleybiz Internet Design
www.valleybiz.net

"Feras_86" <webforumsuser@macromedia.com> wrote in message
news:eir25a$gpd$1@forums.macromedia.com...
> Dear Guys
> i got a sample code ASP.NET code from the internet, well it doent have any
> error.. but when i run it from the wwwroot, it shown this error :
>
> 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 'ForumTopic.viewAllRecords'.
>
> Source Error:
>
>
> Line 1: <%@ Page language="VB" Inherits="ForumTopic.viewAllRecords" %>
> Line 2:
> Line 3: <!--#include virtual="includes/clientHeader.inc.asp"-->
>
>
> Source File: c:\inetpub\wwwroot\forum\forum.aspx Line: 1
>
>
> thx Guys
> Feras
>