Problems with Global.asax

C

Craig G

we have a project which is kept in SourceSafe

but when "Get Latest Version" on a fresh development machine and try and run
the project i get the following error

Parser Error

Description: An Error occured during parsing of a resource required to
service this request. Please review the following specific parse error
details and modify your source file

Parse Error Message: Could not load type 'ICPWeb.Global'

Source Error:

Line 1 <%@ Application Codebehind="Global.asax.vb" Inherits="ICPWeb.Global"
%>

Source File: ..\global.asax




if i delete the global.asax file from the project and recreate it thru VS on
the developement PC it all works fine. but i was wondering what causes this
problem because if i had a lot of code in the Global.asax i wouldnt want to
be deleting and recreating all the time

Cheers,
Craig
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top