System Xml missing on macos install?

View: New views
1 Messages — Rating Filter:   Alert me  

System Xml missing on macos install?

by softocen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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