I am trying to use XDocument class in F# and import the namespace.
open System.Xml.Linq
But the compiler complain, that the namespace linq is not defined.
The assembly System.Xml.Linq is also added.
What do I wrong?
No comments:
Post a Comment