[MonoDevelop] Monodevelop 0.5 compile error

Boris Maryshev borism@bluebottle.com
Sun, 8 Aug 2004 11:27:08 -0500


Hi all!

I've got an error:

././Commands/AutostartCommands.cs(54) error CS0121: Ambiguous call
when selecting function due to implicit casts
././Commands/AutostartCommands.cs(54) error CS8006: Could not find any
applicable function for this argument list
././Commands/AutostartCommands.cs(55) error CS0165: Use of unassigned
local variable `path'
././Internal/Project/Project/ConvertXml.cs(117) warning CS0618:
'System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.IXPathNavigable,
System.Xml.Xsl.XsltArgumentList)' is obsolete: 'You should pass
XmlResolver to Transform() method'
././Internal/Project/Project/ConvertXml.cs(123) warning CS0618:
'System.Xml.Xsl.XslTransform.Load(System.Xml.XmlReader,
System.Xml.XmlResolver)' is obsolete: 'You should pass evidence.'
././Internal/Project/Project/ConvertXml.cs(127) warning CS0618:
'System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.IXPathNavigable,
System.Xml.Xsl.XsltArgumentList)' is obsolete: 'You should pass
XmlResolver to Transform() method'
Compilation failed: 3 error(s), 3 warnings
make[3]: *** [MonoDevelop.Base.dll] Error 1
make[3]: Leaving directory
`/var/tmp/portage/monodevelop-0.5/work/monodevelop-0.5/src/Main/Base'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/monodevelop-0.5/work/monodevelop-0.5/src/Main'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/monodevelop-0.5/work/monodevelop-0.5/src'
make: *** [all-recursive] Error 1

Is it a bug or am I doing something wrong?

Thanks,
Boris