D
Dean R. Henderson
I added a new ASP.NET page to an existing project and I get the following error when trying to display the page:
Parser Error Message: Could not load type '<ASP.NET Project Name>.<Page Name>'.
Line 1: <%@ Page Language="vb" AutoEventWireup="false" Codebehind="<Page Name>.aspx.vb" Inherits="<ASP.NET Project Name>.<Page Name>" %>
I copied this page to another project and after adjusting some Import references was able to display the page without any errors. I would appreciate any help about how I can get this page to display properly in the initial project I added the page into.
Thanks.
Dean
Parser Error Message: Could not load type '<ASP.NET Project Name>.<Page Name>'.
Line 1: <%@ Page Language="vb" AutoEventWireup="false" Codebehind="<Page Name>.aspx.vb" Inherits="<ASP.NET Project Name>.<Page Name>" %>
I copied this page to another project and after adjusting some Import references was able to display the page without any errors. I would appreciate any help about how I can get this page to display properly in the initial project I added the page into.
Thanks.
Dean