Visual Studio 2013 does not import Linq namespace



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. enter image description here


The assembly System.Xml.Linq is also added.


enter image description here


What do I wrong?


No comments:

Post a Comment