I would like to know what the 'Inherits' section of this Predirective is all<BR>about:<BR><BR><%@ Page Language="vb" AutoEventWireup="false" Codebehind="WebForm2.aspx.vb"<BR>Inherits="YEQ2002.WebForm2"%><BR><BR>Because if I leave it in, I get an error. It is placed in the new WebForm<BR>automatically:<BR><BR>Description: An error occurred during the parsing of a resource required to<BR>service this request. Please review the following specific parse error<BR>details and modify your source file appropriately.<BR><BR>Parser Error Message: Could not load type 'YEQ2002.WebForm2'.<BR><BR>Source Error:<BR><BR><BR>Line 1: <%@ Page Language="vb" AutoEventWireup="false"<BR>Codebehind="WebForm2.aspx.vb" Inherits="YEQ2002.WebForm2"%><BR>Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><BR>Line 3: <html><BR><BR><BR>Source File: c:inetpubwwwrootYEQ2002WebForm2.aspx Line: 1<BR>