[asp.net-mvc] Error: «Could not load type MvcApplication»

I had tested every one of these things and none worked. I then remembered I was running the site through my local instance of IIS and had moved the directory where I was compiling the code to. In other words, my IIS site was setup to look at the old directory which had an issue. Going in IIS and changing the root of the site to my new directory obviously fixed the problem.