Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Help With ASP.NET

New Here ,
Nov 07, 2006 Nov 07, 2006
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
TOPICS
Server side applications
247
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Nov 07, 2006 Nov 07, 2006
LATEST
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
>


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines