Migrating a project from ASP.NET 1.1 to ASP.NET 2.0 and I keep hitting this error.
I don\'t actually need Global because I am not adding anything to it, but after I
In my case, a AfterBuild target in the project to compile the web application was the reason for this error.
See here for more info