[MonoDevelop] ConfigurationSelector

Vasili I. Galchin vigalchin at gmail.com
Sat Feb 6 15:50:00 EST 2010


Hello Michael,

       On one of the MonoDevelop postings, there was a link to the
latest and greatest MonoDevelop version (2.2.1??). I uninstalled 2.0
(sudo apt-get remove monodevelop). Unfortunately 2.0 was reinstalled.
Maybe I should have done a sudo apt-get purge monodevelop.

       Let's assume that I did everything correctly. Where should I
get 2.2 to install on ubuntu linux?

Thanks,

Vasili

On 2/6/10, Michael Hutchinson <m.j.hutchinson at gmail.com> wrote:
> ConfigurationSelector API is in MD 2.2 and later. Your past emails indicate
> you are developing using MD 2.0.
>
> On Feb 5, 2010 4:50 PM, "Vasili I. Galchin" <vigalchin at gmail.com> wrote:
>
> Hello,
>
>     I am getting this error:
>
> [Task:File=/home/vasili/Projects/FSharpBinding/FSharpBinding/FSharpBinding.cs,
> Line=80, Column=123, Type=Error, Priority=Normal, Description=The type
> or namespace name `ConfigurationSelector' could not be found. Are you
> missing a using directive or an assembly reference?(CS0246)]
>
> I did a find/grep (Linux) and found in MonoDevelop.Ide.Commands an
> enum that defines ConfigurationSelector. This is a little confusing as
> ConfigurationSelector is used as formal parameter type in the
> following function which is part of the IDotLanguageBinding interface:
>
>                public BuildResult Compile (ProjectItemCollection
> projectItems, DotNetProjectConfiguration configuration,
> ConfigurationSelector configSelector, IProgressMonitor monitor)
>                {
>                }
>
> In cases, what is the proper methodology for fixing the problem, e.g.
> if the error is a missing "using" how do I discover which namespace is
> not "imported"?
>
> Vasili
>


More information about the Monodevelop-list mailing list