I have a project (A) that holds reference to other project (B). When I rebuild project A, I get the error:
Error 58 The type or namespace name 'Services' does not exist in the namespace 'MyProj' (are you missing an assembly reference?)
When I add (again) reference to project B, the red lines disappear and everything is fine. When I rebuild again (in order to execute the application) I get again that Error 58.
Where does the project reference gone??