| Mike Harris 2004-04-15, 5:43 pm |
| I'm getting the following error and can't figure out why. Any ideas?
Thanks.
Server Error in '/lab' Application.
----------------------------------------------------------------------------
----
Parser 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 'lab.WebForm2'.
Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup="False"
Codebehind="WebForm2.aspx.vb" Inherits="lab.WebForm2" debug="True"
enableViewStateMac="True"%>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Line 3: <HTML>
Source File: c:\inetpub\wwwroot\lab\WebForm2.aspx Line: 1
|