Hi all,
I recently installed the monodevelop ide and framework on my macos 10.5 box using
MonoFramework-1.9.1_3.macos10.novell.universal.dmg disk image.
I can compile c# files fine, but when I try to use "using System.Xml" the compilation fails with this error:
"The type or namespace name 'Xml` does not exist in the namespace 'System'. Are you missing an assembly reference?(CS0234)"
Is there a way to verify that the packages have been installed sucessfully? Is Xml capability missing from this release?
-troubled