I have two areas in my project. Now when I run the program I get this error:
Multiple types were found that match the controller named \'Home\'. This can h
I got this error after doing a rename of my project namespace/assembly.
If you renamed the Namespace/Assembly you might have a leftover assembly/dll from the previous name in your bin folder. Just delete it from there and it should work.