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
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