AWehrstedt
Programmer
When I add a new webform.aspx to my solution and try to load the page in IE I get the following 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.
Parser Error Message: Could not load type 'CTIS.login_template'.
Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup="false" codebehind="login_template.aspx.vb" inherits="CTIS.login_template"%>
Line 2: <%@ Register TagPrefix="CTISFooter" tagname="footer" src="../include/footer.ascx" %>
Line 3: <%@ Register TagPrefix="CTISHeader" tagname="header" src="../include/main_header.ascx" %
I did a little research for Visual Studio.Net and found out that you have to go to "Build" and "Build Solution". The build result says "Build: 1 succeeded, 0 failed, 0 skipped".
After building the solution I still get the same message. If I take out the "Inherits" it works fine, but then I have to embed my VB with the HTML (which I don't want to do).
Any thoughts?
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.
Parser Error Message: Could not load type 'CTIS.login_template'.
Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup="false" codebehind="login_template.aspx.vb" inherits="CTIS.login_template"%>
Line 2: <%@ Register TagPrefix="CTISFooter" tagname="footer" src="../include/footer.ascx" %>
Line 3: <%@ Register TagPrefix="CTISHeader" tagname="header" src="../include/main_header.ascx" %
I did a little research for Visual Studio.Net and found out that you have to go to "Build" and "Build Solution". The build result says "Build: 1 succeeded, 0 failed, 0 skipped".
After building the solution I still get the same message. If I take out the "Inherits" it works fine, but then I have to embed my VB with the HTML (which I don't want to do).
Any thoughts?