+1 Regards, Philip Beadle Readify | Principal Consultant Microsoft MVP - ASP/ASP.NET Suite 206 Nolan Tower | 29 Rakaia Way | Docklands | VIC 3008 | Australia M: +61 417 301 024 | E: [EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]> | C: [EMAIL PROTECTED]<sip:[EMAIL PROTECTED]> | W: www.readify.net<http://www.readify.net/>
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andrea Boschin Sent: Thursday, May 08, 2008 6:38 PM To: [email protected] Subject: Re: [OzSilverlight] Linq question I get the following compile error on the XDocument.Load("Titles.xml"); Error: Could not find an implementation of the query pattern for source type 'System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement>'. 'Select' not found. Are you missing a reference to 'System.Core.dll' or a using directive for 'System.Linq'? you have to include the System.Linq.Xml namespace with the using statement. And a reference to the 'System.Core.dll. Bye -- Andrea Boschin Microsoft(r) MVP - [Visual Developer - ASP/ASP.NET<http://ASP.NET>] http://blog.boschin.it http://www.xedotnet.org http://mvp.support.microsoft.com/profile/Andrea.Boschin ------------------------------------------------------------------- OzSilverlight.com - to unsubscribe from this list, send a message back to the list with 'unsubscribe' as the subject. Powered by mailenable.com - List managed by www.readify.net ______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ______________________________________________________________________ ______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ______________________________________________________________________ ------------------------------------------------------------------- OzSilverlight.com - to unsubscribe from this list, send a message back to the list with 'unsubscribe' as the subject. Powered by mailenable.com - List managed by www.readify.net
