[MonoDevelop] System.Web.UI.WebControls.Menu.. where it is?

Paulo Aboim Pinto esqueleto at tusofona.com
Sun Dec 3 10:57:13 EST 2006


> What this means is that if you have "using System.Web.UI" and "using
> olimpo", then you refer to "WebControls.Menu", the the compiler does
> not know whether you mean "System.Web.UI.WebControls.Menu" or
> "olimpo.WebControls.Menu". In this case you have to refer to them by
> full namespace or use namespace aliases.

Yep that was the problem, but I create the Olimpo.WebControls.Menu
because I did not found the System.Web.UI.WebControls.Menu in the Code
Completion.

> It works fine here. Maybe the code completion was also confused by the
> ambiguous references. Try it again in a new project.

I try that out too, and didn't get it. Maybe there is a problem with the
Code Completion. How can I resolve it?

Regards
Paulo Aboim Pinto (Esqueleto)
Odivelas - Portugal



More information about the Monodevelop-list mailing list