I created a project references in one c# 4.0 project to another c# 4.0 project in the same solution.
They are both EXE projects
when I add the reference intelesense starts picking up all of the classes in the referenced project. However when I go to compile I get the following error "The type or namespace name '...' could not be found (are you missing a using directive or an assembly reference?)". And then all of the Class names lose their blue color and get underlined in red.