G
Guest
At the moment I'm an asp.net rookie. I'm using Visual Studio .net 2003.
I get the error "An error occurred during the parsing of a resource required...
Could not load type 'myApp.main'.
This error occurs in pages located in a subdirectory beneath the root level in my application. So for example I want to create a folder called pages and then place content in this subdirectory so that I can secure those pages using a web.config file.
Do I need to change the line below in some way, or do I need to change something elsewhere
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="main.aspx.vb" Inherits="myApp.main"%>
I get the error "An error occurred during the parsing of a resource required...
Could not load type 'myApp.main'.
This error occurs in pages located in a subdirectory beneath the root level in my application. So for example I want to create a folder called pages and then place content in this subdirectory so that I can secure those pages using a web.config file.
Do I need to change the line below in some way, or do I need to change something elsewhere
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="main.aspx.vb" Inherits="myApp.main"%>