it will prompt a error when i build any asp.net WebApp in VS.net 2003.
:
Parser Error Message: Could not load type
Source Error:
line 1: <%@ Application Codebehind="Global.asax.
vb" Inherits="ImgResize.Global" %>
Source File: D:\www\ImgResize\global.asax line: 1
i know asp.net App need a virtual directory , so i check the virtual directory settings in iis manager, and find it is a virtual directory.
and i open my global.asax.
vb file
the partial code is listed below:
Imports System.Web
Imports System.Web.SessionState
Public Class Global
Inherits System.Web.HttpApplication
Is there anyone who could help me out from it?
thx anyway~!