A
Alice Z.
Hi, dear
I have created a vb.net web application on XP Home and expected to run
it on Cassini. Cassini works fine. But When I was trying to access it
using URL as:
http://localhost/WebApplication1/WebForm1.aspx
every time I got error message like:
Server Error in '/' 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 'WebApplication1.WebForm1'.
Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup="false"
Codebehind="WebForm1.aspx.vb" Inherits="WebApplication1.WebForm1"%>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Line 3: <HTML>
Source File: c:\inetPub\wwwroot\WebApplication1\WebForm1.aspx Line: 1
-----------------------------------------------------------Version
Information: Microsoft .NET Framework Version:1.0.3705.0; ASP.NET
Version:1.0.3705.0
Could someone give any idea to fix it?
Thanks in advance.
I have created a vb.net web application on XP Home and expected to run
it on Cassini. Cassini works fine. But When I was trying to access it
using URL as:
http://localhost/WebApplication1/WebForm1.aspx
every time I got error message like:
Server Error in '/' 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 'WebApplication1.WebForm1'.
Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup="false"
Codebehind="WebForm1.aspx.vb" Inherits="WebApplication1.WebForm1"%>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Line 3: <HTML>
Source File: c:\inetPub\wwwroot\WebApplication1\WebForm1.aspx Line: 1
-----------------------------------------------------------Version
Information: Microsoft .NET Framework Version:1.0.3705.0; ASP.NET
Version:1.0.3705.0
Could someone give any idea to fix it?
Thanks in advance.