Link to home
Start Free TrialLog in
Avatar of jordanhelen
jordanhelenFlag for United States of America

asked on

Parser Error When Running Asp.net Web Page

Can some give me some ideas as to why I am getting the below parser 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 'MADDSP.DataSourceForm'.

Source Error:
Line 1:  <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="DataSourceForm.aspx.cs" Inherits="MADDSP.DataSourceForm" %>
 
Source File: /DataSourceForm.aspx    Line: 1

ASKER CERTIFIED SOLUTION
Avatar of Bardobrave
Bardobrave
Flag of Spain image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Navneet Hegde
Make sure that DataSourceForm.aspx.cs exists and has a class DataSourceForm. This class should be in MADDSP namespace.