Hi,
I have a problem with assembly System.Xml.dll. Anything I reference from this assembly (XmlDocument, for example) will not be compiled. IntelliSense will see this class, but, when I try to generate code, I keep getting "The type or namespace name 'XmlDocument' does not exist in the namespace 'System.Xml' (are you missing an assembly reference?)".
What might be the problem?