randomly get error when building my solution: Type 'ASP.global_asa

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Occasionally I will get this error msg:
Type 'ASP.global_asax' is not defined when i compile my web project solution.
I have a global.asax file in my project, but i have no code in it. I am
however using Forms Auth via separate component to handle the
Application_AuthenticateRequest event.
Anybody know why this is happening?
thanks,
i appreciate any help
JCM
 
Try re creating a new one. Should work for you. Also try and close visual
studio and kill process aspnet_wp.exe
 
Back
Top