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
If your using visual studio 2010 this error can occur when you change the configuration deployment type. The 3 types are x86, x64 and Mixed mode. Changing to mixed mode setting for all projects in solution should resolve the issue. Don't forget to delete the bin, Lib files and change the tempdirectory output if your an ASP.NET website.