Help a newbie out with Parser Error??

diverdan

Active member
Joined
Jan 2, 2006
Messages
34
Location
London UK
Programming Experience
Beginner
Hi there...

I have just started trying to teach myself VB.NET & ASP.NET using the WROX beginning VB.NET 2003.

What I am trying to do is create a webform that is connected to an SQL database on my local machine.

I have used all the code from the book but when I try run the code I get a message saying

Parser Error

[FONT=Arial, Helvetica, Geneva, SunSans-Regular, sans-serif]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 'DataGrid_Sorting1.WebForm1'.

Source Error:

Line 1: <%@ Page Language="vb" AutoEventWireup="false" Codebehind="WebForm1.aspx.vb" Inherits="DataGrid_Sorting1.WebForm1"%>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Line 3: <HTML>
Source File: c:\inetpub\wwwroot\DataGrid Sorting1\WebForm1.aspx Line: 1


I dont know what I have done wrong.

Can anyone please help out?

Thanks for your help!
[/FONT]
 
Back
Top