Sign In|Join
Home/Silverlight.NET Forums/Getting Started/Can't reference System.XML.Linq from DiggSample/Re: Re: Can't reference System.XML.Linq from DiggSample
All-Star
43609 Points
7910 Posts
May 19, 2010 04:46 PM | LINK
using System.Xml.Linq;
not
using System.Xml.linq;
C# is case sensitive.
sladapter
All-Star
43609 Points
7910 Posts
Re: Re: Can't reference System.XML.Linq from DiggSample
May 19, 2010 04:46 PM | LINK
using System.Xml.Linq;
not
using System.Xml.linq;
C# is case sensitive.
Software Engineer
Aprimo, Inc
Please remember to mark the replies as answers if they answered your question