Error: Unable to cast object of type 'System.Web.Compilation.BuildResultCompiledAssembly' to type 'System.Web.Compilation.BuildResultCompiledGlobalAsaxType'
Solution:
search for "AssemblyCulture" and make sure to delete the culture or put a valid one in.
e.g. [assembly: AssemblyCulture("THIS_IS_INVALID")]
Tags: