[MonoDevelop] "using" keyword

Grzegorz Sobanski silk at boktor.net
Tue Feb 2 06:40:37 EST 2010


* Vasili I. Galchin <vigalchin at gmail.com> [2010-02-02 05:47]:
>      Let me give a concrete example. The C# compiler cannot resolve
> "using MonoDevelop.Projects;". It says that the namespace Projects
> doesn't exist in namespace MonoDevelop. I know that I am missing some
> path info but sure how to fix. I have looked at Mono docs .... to no
> avail! ??

Have you added a reference to proper dll in the references section
of the project?
using is only stating which namespaces should be visible in this .cs
file, references holds the list of libraries (dll) used by your project.

greets
silk


More information about the Monodevelop-list mailing list