Silverlight Beta 2 and System.Xml.Linq
I have been working with Silverlight 2 Beta recently, and discovered it has only partial support for the .NET 3.5 framework.
With the Silverlight 2 Beta tools for Visual Studio 2008, the library System.Xml.Linq is not properly implemneted, so you have to install the Silverlight 1.1 tools instead.
This has caused me a 4 hour headache of installing and reinstalling VS 2008, .NET 3.5 and others, so I hope this helps.
Edit | Back