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
Ensure compiled dll of your project placed in proper bin folder.
In my case, when i have changed the compiled directory of our subproject to bin folder of our main project, it worked.