> open System.Xml.Linq;; open System.Xml.Linq;; ----------------^^^^ stdin(2,17): error FS0039: The namespace 'Linq' is not defined. >
这似乎有效:
> #r "System.Xml.Linq" ;;