Monodevelop: "Are you missing an assembly reference?" despite reference being added
- by Nicolas Raoul
I have a solution with 3 projects.
Two of the projects compile fine: SparkleLib and SparkleLib.Cmis
The third project (SparkleShare) depends on the two above, so I added them as references, but I get:
The type or namespace name 'Cmis' does not exist in the namespace 'SparkleLib'. Are you missing an assembly reference?
The error indicates that I should add SparkleLib.Cmis as a reference, but I already added it... I tried deleteting, re-adding, restarting, but no success.
It is not a problem with my environment, as my fellow developers are having the same problem.