[MonoDevelop] ConfigurationSelector

Michael Hutchinson m.j.hutchinson at gmail.com
Sat Feb 6 04:40:56 EST 2010


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monodevelop-list/attachments/20100206/a46dd9f5/attachment.html 


More information about the Monodevelop-list mailing list