Monodevelop: "Are you missing an assembly reference?" despite reference being added

Posted by Nicolas Raoul on Stack Overflow See other posts from Stack Overflow or by Nicolas Raoul
Published on 2012-09-13T03:31:19Z Indexed on 2012/09/13 3:38 UTC
Read the original article Hit count: 248

Filed under:
|
|

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?

enter image description here

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.

© Stack Overflow or respective owner

Related posts about mono

Related posts about make