Problems with Global.asax

  • Thread starter Thread starter Craig G
  • Start date Start date
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
 
Back
Top