ASPnetNovice
Programmer
Hello,
I have the following problem I create my application in two parts.
part one handles a given functionality and was created a separate asp.net web application
part two handles a different functionality and was also created a separate asp.net web application.
Know that I one to combine them togheter I am having problems.
what I did was to add the pages from one project to the other using
project > Add Existing Item
when I try to run the consolidate project I get the "Parser Error" error and the error occured
in the first line in the page directive
Line 1: <%@ Page Language="vb" AutoEventWireup="false" Codebehind="page0.aspx.vb" Inherits="int.page0"%>
Does someone know who to fix this particular problem ?
Is there any better approach to combine two project into a single one ?
I have the following problem I create my application in two parts.
part one handles a given functionality and was created a separate asp.net web application
part two handles a different functionality and was also created a separate asp.net web application.
Know that I one to combine them togheter I am having problems.
what I did was to add the pages from one project to the other using
project > Add Existing Item
when I try to run the consolidate project I get the "Parser Error" error and the error occured
in the first line in the page directive
Line 1: <%@ Page Language="vb" AutoEventWireup="false" Codebehind="page0.aspx.vb" Inherits="int.page0"%>
Does someone know who to fix this particular problem ?
Is there any better approach to combine two project into a single one ?