<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>LINQ to SharePoint</title><link>http://linqtosharepoint.codeplex.com/project/feeds/rss</link><description>LINQ to SharePoint is a custom LINQ query provider implementation for SharePoint that translates LINQ queries to CAML in order to query SharePoint lists. It comes with an entity mapping tool that exports the schema of a list and translates it into an entity type. Support to update SharePoint lists after querying them is planned.</description><item><title>New Post: CreatedBy and ModifiedBy fields not generated</title><link>http://linqtosharepoint.codeplex.com/discussions/347855</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hello guys,&lt;/p&gt;
&lt;p&gt;Just started using LinqToSharepoint for SP2007. &amp;nbsp;Its really nice to have strongly typed linq queries as opposed to CAML to work with. &amp;nbsp;Thanks for this :)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I can see that CreatedBy and ModifiedBy are not generated by SPMetal. &amp;nbsp;Seems to be because they are not part of a content type.&lt;/p&gt;
&lt;p&gt;I've seen a few blogs on how to make this info available in sharepoint 2010. &amp;nbsp;For us poor souls stuck in 2007, is there a way to&amp;nbsp;accomplish&amp;nbsp;this without too much pain?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Many thanks,&lt;/p&gt;
&lt;p&gt;Mike&lt;/p&gt;
&lt;/div&gt;</description><author>HairyMike</author><pubDate>Thu, 08 Mar 2012 17:18:26 GMT</pubDate><guid isPermaLink="false">New Post: CreatedBy and ModifiedBy fields not generated 20120308051826P</guid></item><item><title>Created Issue: Linq to sharepoint(Issue after list name change) [21541]</title><link>http://linqtosharepoint.codeplex.com/workitem/21541</link><description>Hi Friends,&lt;br /&gt;&lt;br /&gt;when we create clasess for linq to sharepoint using spmetal utility&lt;br /&gt;&lt;br /&gt;and suppose some one rename list name from front end&lt;br /&gt;&lt;br /&gt;will it work with exiting class&amp;#40;linq to sharepoint&amp;#41;&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;DataContext data &amp;#61; new DataContext&amp;#40;SPContext.Current.Web.Url&amp;#41;&amp;#59;&lt;br /&gt;Listname &amp;#61; data.GetList&amp;#60;Listname&amp;#62;&amp;#40;&amp;#34;List name&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;above code will not working if user change list name&lt;br /&gt;&lt;br /&gt;is it possible to use list url instead of List name in spmetal utility&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;Sachin walunj&lt;br /&gt;&lt;br /&gt;sachin.walunj&amp;#64;mphasis.com&lt;br /&gt;</description><author>sachinwalunj1981</author><pubDate>Wed, 21 Sep 2011 05:56:17 GMT</pubDate><guid isPermaLink="false">Created Issue: Linq to sharepoint(Issue after list name change) [21541] 20110921055617A</guid></item><item><title>New Comment on "Samples"</title><link>http://linqtosharepoint.codeplex.com/wikipage?title=Samples&amp;ANCHOR#C20625</link><description>Thanks for posting this &amp;#40;though has it been 4 years ago already&amp;#41;.&amp;#10;&amp;#10;There&amp;#39;s one thing, about querying choice-lists&amp;#58;&amp;#10;&amp;#10;I&amp;#39;m currently trying to query a list with a filter on a single-choice field. Code looks like this&amp;#58;&amp;#10;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#10;from r in ppbData.P_Planverzoek&amp;#10;where r.StatusPlanverzoek &amp;#61;&amp;#61; StatusPlanverzoek.Ingepland&amp;#10;select r.StatusPlanverzoek&amp;#59;&amp;#10;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#10;&amp;#10;Where ppbData is the datacontext, created by SPMetal.&amp;#10;&amp;#10;However, the where-clause is n&amp;#243;t be&amp;#239;ng translated into CAML, so it first retrieves the whole list to memory, then uses LINQ to Object to do actually perform the where-clause.&amp;#10;&amp;#10;Do you happen to have any idea as to how to filter on a specific choice, that will get properly translated to CAML&amp;#63;&amp;#10;&amp;#10;Thanks in advance &amp;#58;&amp;#41;</description><author>Assgier</author><pubDate>Wed, 10 Aug 2011 16:40:33 GMT</pubDate><guid isPermaLink="false">New Comment on "Samples" 20110810044033P</guid></item><item><title>Reviewed: 0.2.4.0 Alpha (May 19, 2011)</title><link>http://linqtosharepoint.codeplex.com/releases/view/8713#ReviewBy-BobTodd</link><description>Rated 1 Stars &amp;#40;out of 5&amp;#41; - Rubbish. Doesnt support Document Libraries. SPMetal error&amp;#58;&amp;#10;&amp;#10;Failed to generate SPML. Cannot load the list definition for Docs.&amp;#10;&amp;#10;No support from author.</description><author>BobTodd</author><pubDate>Thu, 19 May 2011 12:28:31 GMT</pubDate><guid isPermaLink="false">Reviewed: 0.2.4.0 Alpha (May 19, 2011) 20110519122831P</guid></item><item><title>New Post: Query SPList with lookupmulti field </title><link>http://linqtosharepoint.codeplex.com/discussions/246190</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I am getting this issue when using LinqToSharePoint to query a SPList with LookupMulti field.&lt;/p&gt;
&lt;p&gt;For example, I have a SPList called User, in this list, there is a column called CostCenters, which is a lookup field (allow multiple value) links to CostCenter, another SPList. When I query the User list using the following statement, say there are 5 entries
 in the User list,&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;var users = from u in context.User select u;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;If all 5 entries have value (any # of value) in the CostCenters column, it will return me 5 (users).&lt;/p&gt;
&lt;p&gt;If any entry has empty CostCenters, the query will return &lt;strong&gt;null&lt;/strong&gt; for the users. I actually still expect 5 users.&lt;/p&gt;
&lt;p&gt;Has anybody encountered the same issue? Is this a bug?&lt;/p&gt;
&lt;p&gt;I have spent a couple days trying to figure this out. If this doesn't work, that means I have to switch back to CAMLQuery... !@#!%!&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Gary&lt;/p&gt;
&lt;/div&gt;</description><author>gduan2000</author><pubDate>Tue, 15 Feb 2011 23:53:45 GMT</pubDate><guid isPermaLink="false">New Post: Query SPList with lookupmulti field  20110215115345P</guid></item><item><title>New Post: Class is not generated for a list</title><link>http://linqtosharepoint.codeplex.com/Thread/View.aspx?ThreadId=234732</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;classes are not generated for the list which contains spaces e.g Task documentation. It is generating if there is no space e.g TaskDocumentation? any help ?&lt;/p&gt;
&lt;/div&gt;</description><author>karola_shanker</author><pubDate>Mon, 15 Nov 2010 14:45:02 GMT</pubDate><guid isPermaLink="false">New Post: Class is not generated for a list 20101115024502P</guid></item><item><title>New Post: Don't see microsoft.sharepoint.dll</title><link>http://linqtosharepoint.codeplex.com/Thread/View.aspx?ThreadId=234715</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;After the &lt;a id="x_fileDownload0" tabindex="9" href="http://linqtosharepoint.codeplex.com/releases/view/8713#DownloadId=22852"&gt;
LINQ to SharePoint v0.2.4.msi&lt;/a&gt;&amp;nbsp;installation, i don't see Microsft.sharepoint.dll file in C:\Program Files\BdsSoft LINQ to SharePoint folder. Please let me know how to get this file so that i can give reference in the visualstudio project.&lt;/p&gt;
&lt;/div&gt;</description><author>karola_shanker</author><pubDate>Mon, 15 Nov 2010 12:38:28 GMT</pubDate><guid isPermaLink="false">New Post: Don't see microsoft.sharepoint.dll 20101115123828P</guid></item><item><title>Source code checked in, #52373</title><link>http://linqtosharepoint.codeplex.com/SourceControl/changeset/changes/52373</link><description>Checked in by server upgrade</description><author>_TFSSERVICE</author><pubDate>Wed, 28 Jul 2010 17:08:20 GMT</pubDate><guid isPermaLink="false">Source code checked in, #52373 20100728050820P</guid></item><item><title>Commented Issue: Not working when list is not on root web [9109]</title><link>http://linqtosharepoint.codeplex.com/WorkItem/View.aspx?WorkItemId=9109</link><description>Hi Bart,&lt;br /&gt;Generation tools are not working when site is not at the root. for example http&amp;#58;&amp;#47;&amp;#47;localhost&amp;#47;site&amp;#47;MyPublishingSite gives an error &amp;#34;cannot connect to sharepoint&amp;#34;. The site must be at the root &amp;#34;http&amp;#58;&amp;#47;&amp;#47;localhost&amp;#34;&lt;br /&gt;Comments: ** Comment from web user: dolan ** &lt;p&gt;I have this working on a subsite actually. I think this is an incorrect geenralization&lt;/p&gt;</description><author>dolan</author><pubDate>Thu, 18 Mar 2010 17:49:47 GMT</pubDate><guid isPermaLink="false">Commented Issue: Not working when list is not on root web [9109] 20100318054947P</guid></item><item><title>New Post: Project dead or moved to Microsoft.SharePoint.Linq?</title><link>http://linqtosharepoint.codeplex.com/Thread/View.aspx?ThreadId=81736</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I came to check the status of this project and it seems Bart De Smet's project is now part of&lt;/p&gt;
&lt;p&gt;Microsoft.SharePoint.Linq Namespace&lt;/p&gt;
&lt;p&gt;http://channel9.msdn.com/posts/Charles/E2E-Inside-LINQ-to-SharePoint/&lt;/p&gt;
&lt;p&gt;If anybody can confirm this, that'll be great...&lt;/p&gt;&lt;/div&gt;</description><author>alexn</author><pubDate>Fri, 22 Jan 2010 19:20:24 GMT</pubDate><guid isPermaLink="false">New Post: Project dead or moved to Microsoft.SharePoint.Linq? 20100122072024P</guid></item><item><title>Commented Issue: Install failed. [11519]</title><link>http://linqtosharepoint.codeplex.com/WorkItem/View.aspx?WorkItemId=11519</link><description>Environment&amp;#58;&lt;br /&gt;windows 2003 sp2 Simplified Chinese &lt;br /&gt;vs2008 sp1 Simplified Chinese &lt;br /&gt;Error Message&amp;#58;&lt;br /&gt;visual studio 2008 configuration failed.&lt;br /&gt;Comments: ** Comment from web user: activescott ** &lt;p&gt;FYI&amp;#58; A more recent version of lessmsi.exe is available at the following location&amp;#58; http&amp;#58;&amp;#47;&amp;#47;code.google.com&amp;#47;p&amp;#47;lessmsi&lt;br /&gt;If anyone has a problem please upload an issue on that site and attach the msi and I will investigate.&lt;/p&gt;</description><author>activescott</author><pubDate>Wed, 23 Dec 2009 04:40:16 GMT</pubDate><guid isPermaLink="false">Commented Issue: Install failed. [11519] 20091223044016A</guid></item><item><title>New Post: Is this projet still alive ?</title><link>http://linqtosharepoint.codeplex.com/Thread/View.aspx?ThreadId=58589</link><description>&lt;div style="line-height: normal;"&gt;Ok, thanks for your answer. I'm waiting for the SP 2010 then :)&lt;br&gt;&lt;br&gt;&lt;div&gt;2009/12/7 alxdean &lt;span dir=ltr&gt;&amp;lt;&lt;a href="mailto:notifications@codeplex.com"&gt;notifications@codeplex.com&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;
&lt;blockquote style="margin:0pt 0pt 0pt 0.8ex;padding-left:1ex"&gt;   &lt;div&gt; &lt;p&gt;From: alxdean&lt;/p&gt; &lt;div&gt;&lt;p&gt;This project might be dead on codeplex, but not gone for good. They made spmetal a OOB tool in 2010 and Linq is OOB in 2010 too.&lt;/p&gt;

&lt;p&gt;I've been playing with Linq on 2010 and love it. Just tried to get Linq working on 2007 and am really disappointed. spmetal on codeplex is sooo buggy. Looks like someone made the decision to rewrite it for 2010 and stop supporting it for 2007&lt;/p&gt;
&lt;/div&gt; &lt;div&gt; &lt;p&gt;Read the &lt;a href="http://linqtosharepoint.codeplex.com/Thread/View.aspx?ThreadId=58589&amp;ANCHOR#Post264401"&gt;full discussion online&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;To add a post to this discussion, reply to this email (&lt;a href="mailto:LINQtoSharePoint@discussions.codeplex.com?subject=[LINQtoSharePoint:58589]"&gt;LINQtoSharePoint@discussions.codeplex.com&lt;/a&gt;)&lt;/p&gt;
 &lt;p&gt;To start a new discussion for this project, email &lt;a href="mailto:LINQtoSharePoint@discussions.codeplex.com"&gt;LINQtoSharePoint@discussions.codeplex.com&lt;/a&gt;&lt;/p&gt; &lt;p&gt;You are receiving this email because you subscribed to this discussion on CodePlex. You can &lt;a href="http://www.codeplex.com/site/discussions/thread/unsubscribe/58589"&gt;unsubscribe&lt;/a&gt; on codePlex.com.&lt;/p&gt;
 &lt;p&gt;Please note: Images and attachments will be removed from emails. Any posts to this discussion will also be available online at &lt;a href="http://codeplex.com"&gt;codeplex.com&lt;/a&gt;&lt;/p&gt; &lt;/div&gt; &lt;/div&gt; &lt;/blockquote&gt;
&lt;/div&gt;&lt;br&gt;&lt;br clear=all&gt;&lt;br&gt;-- &lt;br&gt;Cordialement,&lt;br&gt;Manitra Andriamitondra&lt;br&gt;+33 6 42 75 06 12&lt;br&gt;Pour des infos en live sur le spectacle du STK =&amp;gt; &lt;a href="http://wiki.tanora.org"&gt;http://wiki.tanora.org&lt;/a&gt;&lt;br&gt;&lt;/div&gt;</description><author>manitra</author><pubDate>Tue, 08 Dec 2009 08:08:55 GMT</pubDate><guid isPermaLink="false">New Post: Is this projet still alive ? 20091208080855A</guid></item><item><title>Commented Issue: Install failed. [11519]</title><link>http://linqtosharepoint.codeplex.com/WorkItem/View.aspx?WorkItemId=11519</link><description>Environment&amp;#58;&lt;br /&gt;windows 2003 sp2 Simplified Chinese &lt;br /&gt;vs2008 sp1 Simplified Chinese &lt;br /&gt;Error Message&amp;#58;&lt;br /&gt;visual studio 2008 configuration failed.&lt;br /&gt;</description><author>hdv212</author><pubDate>Mon, 07 Dec 2009 14:41:17 GMT</pubDate><guid isPermaLink="false">Commented Issue: Install failed. [11519] 20091207024117P</guid></item><item><title>New Post: Is this projet still alive ?</title><link>http://linqtosharepoint.codeplex.com/Thread/View.aspx?ThreadId=58589</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;This project might be dead on codeplex, but not gone for good. They made spmetal a OOB tool in 2010 and Linq is OOB in 2010 too.&lt;/p&gt;
&lt;p&gt;I've been playing with Linq on 2010 and love it. Just tried to get Linq working on 2007 and am really disappointed. spmetal on codeplex is sooo buggy. Looks like someone made the decision to rewrite it for 2010 and stop supporting it for 2007&lt;/p&gt;&lt;/div&gt;</description><author>alxdean</author><pubDate>Mon, 07 Dec 2009 10:41:12 GMT</pubDate><guid isPermaLink="false">New Post: Is this projet still alive ? 20091207104112A</guid></item><item><title>Created Issue: Error message not accurate in the wizard [14416]</title><link>http://linqtosharepoint.codeplex.com/WorkItem/View.aspx?WorkItemId=14416</link><description>Hi,&lt;br /&gt;&lt;br /&gt;I&amp;#39;m using the wizard for the first time. In the &amp;#34;connect to sharepoint site&amp;#34; page, I entered a valid WSDL url.&lt;br /&gt;When I hit &amp;#34;Test connection&amp;#34; an error message is displayed&amp;#58; &amp;#34;Failed to connect to the sharepoint site.&amp;#34;.&lt;br /&gt;&lt;br /&gt;This message is not really helpfull. Is this a DNS error&amp;#63; A network timeout&amp;#63; Is the TCP port closed&amp;#63; Is this a wrong url&amp;#63; Authentication failure&amp;#63; Printing the exception message might be okay.&lt;br /&gt;&lt;br /&gt;Bye.&lt;br /&gt;</description><author>SandRock</author><pubDate>Tue, 13 Oct 2009 14:58:54 GMT</pubDate><guid isPermaLink="false">Created Issue: Error message not accurate in the wizard [14416] 20091013025854P</guid></item><item><title>Commented Issue: installing on vista with VS2008 [9281]</title><link>http://linqtosharepoint.codeplex.com/WorkItem/View.aspx?WorkItemId=9281</link><description>Could not load file of assembly &amp;#39;BdsSoft.SharePoint.Linq.Tools.EntityGenerator, Version&amp;#61;0.2.4.0, Culture&amp;#61;neutral, PublicKey Token&amp;#61;c9246ff4557ee8a2&amp;#39; &lt;br /&gt;or one of its dependencies. The system cannot find the file specified.&lt;br /&gt;&lt;br /&gt;when trying to add LINQ to SharePoint file to project.&lt;br /&gt;&lt;br /&gt;Currently only the BdsSoft.SharePoint.Linq.ObjectModelProvider and BdsSoft.SharePoint.Linq.Tools.Spml dll&amp;#39;s are present in the GAC, should the other dll&amp;#39;s also be added&amp;#63; &lt;br /&gt;&lt;br /&gt;Any ideas&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: SandRock ** &lt;p&gt;Using the following command in VS Command Prompt &amp;#40;as Administrator&amp;#41; solved the problem.&lt;/p&gt;&lt;p&gt;gacutil &amp;#47;i &amp;#34;c&amp;#58;&amp;#92;Program Files &amp;#40;x86&amp;#41;&amp;#92;BdsSoft LINQ to SharePoint&amp;#92;BdsSoft.SharePoint.Linq.Tools.EntityGenerator.dll&amp;#34;&lt;/p&gt;</description><author>SandRock</author><pubDate>Tue, 13 Oct 2009 14:50:54 GMT</pubDate><guid isPermaLink="false">Commented Issue: installing on vista with VS2008 [9281] 20091013025054P</guid></item><item><title>Commented Issue: installing on vista with VS2008 [9281]</title><link>http://linqtosharepoint.codeplex.com/WorkItem/View.aspx?WorkItemId=9281</link><description>Could not load file of assembly &amp;#39;BdsSoft.SharePoint.Linq.Tools.EntityGenerator, Version&amp;#61;0.2.4.0, Culture&amp;#61;neutral, PublicKey Token&amp;#61;c9246ff4557ee8a2&amp;#39; &lt;br /&gt;or one of its dependencies. The system cannot find the file specified.&lt;br /&gt;&lt;br /&gt;when trying to add LINQ to SharePoint file to project.&lt;br /&gt;&lt;br /&gt;Currently only the BdsSoft.SharePoint.Linq.ObjectModelProvider and BdsSoft.SharePoint.Linq.Tools.Spml dll&amp;#39;s are present in the GAC, should the other dll&amp;#39;s also be added&amp;#63; &lt;br /&gt;&lt;br /&gt;Any ideas&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: SandRock ** &lt;p&gt;Same here. Just installed the package on Windows 7, VS2008SP1.&lt;/p&gt;&lt;p&gt;When I create a new &amp;#39;LINQ to Sharepoint file&amp;#39; an error is displayed. &amp;#34;Could not load file or assembly BdsSoft.....EntityGenerator...&amp;#34;.&lt;/p&gt;</description><author>SandRock</author><pubDate>Tue, 13 Oct 2009 14:43:56 GMT</pubDate><guid isPermaLink="false">Commented Issue: installing on vista with VS2008 [9281] 20091013024356P</guid></item><item><title>New Post: SPMetal: Exporting all Lists</title><link>http://linqtosharepoint.codeplex.com/Thread/View.aspx?ThreadId=70475</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I would like to generate an entity class for each lists in my SharePoint site. The documentation is written as follows:&lt;/p&gt;
&lt;p&gt;-list:&amp;lt;list&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name of the list to export (* = all lists)&lt;/p&gt;
&lt;p&gt;My understanding is that I would use the * to export all lists like the following:&lt;/p&gt;
&lt;p&gt;
&lt;pre&gt;spmetal -url:foo.com -list:*&lt;/pre&gt;
&lt;/p&gt;
&lt;p&gt;Doing so, however, causes the following error: Failed to generate SPML. Cannot load the list definition for *&lt;/p&gt;
&lt;p&gt;What am I doing wrong?&lt;/p&gt;&lt;/div&gt;</description><author>senfo</author><pubDate>Tue, 29 Sep 2009 16:42:48 GMT</pubDate><guid isPermaLink="false">New Post: SPMetal: Exporting all Lists 20090929044248P</guid></item><item><title>New Post: Extract SharePoint Contents ?</title><link>http://linqtosharepoint.codeplex.com/Thread/View.aspx?ThreadId=69155</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;It seems that for some reason selecting a list that consist of two words (space between them) like &amp;quot;Shared Documents&amp;quot; or &amp;quot;Team Discussions&amp;quot; will not work !!&lt;/p&gt;
&lt;p&gt;classes are not generated for these list ? any help ?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>cooldude_82</author><pubDate>Wed, 16 Sep 2009 22:01:13 GMT</pubDate><guid isPermaLink="false">New Post: Extract SharePoint Contents ? 20090916100113P</guid></item><item><title>New Post: Extract SharePoint Contents ?</title><link>http://linqtosharepoint.codeplex.com/Thread/View.aspx?ThreadId=69155</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I guess I figured it out, selecting all lists in the wizard will not generated classes ..but If I select only one list like (Tasks) , I will get the classes generated ..&lt;/p&gt;
&lt;p&gt;this framework is really great.&lt;/p&gt;&lt;/div&gt;</description><author>cooldude_82</author><pubDate>Wed, 16 Sep 2009 21:39:08 GMT</pubDate><guid isPermaLink="false">New Post: Extract SharePoint Contents ? 20090916093908P</guid></item></channel></rss>
