I am receiving the
CS0234: The type or namespace name '...' does not exist in the namespace '...' (are you missing an assembly reference?)
I notice when I click on "Show Detailed Compiler Output" that the project nor its binary output is referenced in the csc build command. It was working fine before but after I make a few changes in code, my app started to break. Any help would be greatly appreciated!
It's also worth noting I'm using ASP.NET MVC 2.