No System.Xml.Linq in Silverlight 4 Beta?

Answered No System.Xml.Linq in Silverlight 4 Beta?

  • Thursday, December 10, 2009 7:30 PM
     
     

    Can't seem to find System.Xml.Linq.dll in C:\Program Files\Reference Assemblies\Microsoft\Framework\Silverlight\v4.0, and the compiler complains "System.Xml.Linq" is not defined in System.Xml.

    Is LINQ to XML not available in Silverlight 4 Beta?

     

All Replies

  • Thursday, December 10, 2009 7:37 PM
     
     Answered

    Hi ModestyZ,

    no, it's still available. But it's not a framework assembly, it's an Add-on assembly. So you'll find it in the following path:

    %Program Files%\Microsoft SDKs\Silverlight\v4.0\Libraries\Client\System.Xml.Linq.ll

  • Thursday, December 10, 2009 10:37 PM
     
     

    Thanks a lot for your quick help, that solves the reference problem!