When I create a new webform then go to the selected place in my browser i get this ;---
VB Code:
Server Error in '/projects/cadenzza-net' 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 'cadenzza_net.WebForm2'. Source Error: Line 1: <%@ Page Language="vb" AutoEventWireup="false" Codebehind="default.aspx.vb" Inherits="cadenzza_net.WebForm2"%> Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> Line 3: <html> Source File: c:\inetpub\wwwroot\projects\cadenzza-net\authentication\Default.aspx Line: 1 -------------------------------------------------------------------------------- Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
Why??
When I view the code behind the default.aspx, the Public class is "weform2" so why the heck am I getting this???
Any help would be much appreciated.
Kind Regards,
Matt.




Reply With Quote