Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

asp.net parse error!

Status
Not open for further replies.

JRHEIN

MIS
Feb 6, 2007
18
US
Hello Everyone,

I'm having some issues with an inherited software my company is using. When I tried to load a new test report , I keep getting a parse error on line one!

--here is the code
<%@ Page language="c#" src="birthdaytest.aspx.cs" AutoEventWireup="false" Inherits="Summit4v1.Reports.birthdaytest" %>

The software was complied from the dll (not actual code behind). I'm trying to add reports to the interface but the prog doesn't want to find them. Here is the error!

Parser Error Message: The base type 'Summit4v1.Reports.birthdaytest' does not exist in the source file 'birthdaytest.aspx.cs'.

Has anyone dealt with this before? How can I get the report to run? Is there a way to compile?
Anyones help would be much appreciated!
Regards,
jrhein
 
Is the DLL in the correct folder? I had a similar problem and I had to create a bin folder and drop my dll in there.
 
double check the namespace on the Interits property( you may have to remove the Summit4v1) (this a guess!)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top