I'm having a nightmare with a Web Application project which I'm using a Web Deployment project to deploy.
For whatever reason, if I allow the Global.asax (and Global.asax.cs) file to be pre-compiled the events never fire.
So, I set the Build Action of the global files to Content - Copy always. The problem is when I try to build the deployment project I get an error message:
Could load type ".Global".
Can anyone give me any pointers, this problem has been killing us for weeks now - it seems so ridiculous!
Thanks Al