G
Guest
Hi,
I have an app which consist of 2 modules ie. FolderA and FolderB. I put the
solution file Solution.sln in the main folder say MainFolder and the
respective files in 2 different folders ie FolderA and FolderB within
MainFolder.
When my user is attempting to log into my system, he will get redirected to
a xxx.aspx within FolderA. However, I get the error:
Server Error in '/MainFolder/FolderA' Application
--------------------------------------------------------------------------------
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.
Source Error:
Line 1: <%@ Page language="c#" Codebehind="xxx.aspx.cs"
AutoEventWireup="false" Inherits="MainFolder.FolderA.xxx" %>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
Line 3:
Any suggestion will be much appreciated. Am I on the right track ? Thanks.
regards,
andrew
I have an app which consist of 2 modules ie. FolderA and FolderB. I put the
solution file Solution.sln in the main folder say MainFolder and the
respective files in 2 different folders ie FolderA and FolderB within
MainFolder.
When my user is attempting to log into my system, he will get redirected to
a xxx.aspx within FolderA. However, I get the error:
Server Error in '/MainFolder/FolderA' Application
--------------------------------------------------------------------------------
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.
Source Error:
Line 1: <%@ Page language="c#" Codebehind="xxx.aspx.cs"
AutoEventWireup="false" Inherits="MainFolder.FolderA.xxx" %>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
Line 3:
Any suggestion will be much appreciated. Am I on the right track ? Thanks.
regards,
andrew