This is a multi-part message in MIME format.
------=_NextPart_000_03A5_01C1E47B.C01E8320
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hi all
I am trying to use the global.asax file for exception handling.
When I move my global.asax files over to the root of the live server
I am greeted with the error message below. "Board" is the
name of the project and of course "Global" is the name of the
class in the global.asax.vb file. What puzzles me is I cannot find the
@Application diorective. It should be called from the global.asax
file but everytime I try to open it tit appears in design view and "View
Code" takes me to the the code behind page (.vb). Anyone know
what the trouble is? Thanks!
Parser Error Message: Could not load type 'board.Global'.
Source Error:
Line 1: <%@ Application Codebehind=3D"Global.asax.vb"
Inherits=3D"board.Global" %>