<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>LINQtoSharePoint Work Item Rss Feed</title><link>http://www.codeplex.com/LINQtoSharePoint/WorkItem/List.aspx</link><description>LINQtoSharePoint Work Item Rss Description</description><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>Commented Issue: Issue with Version Attribute (datatype) / _CheckinComment (Docs)</title><link>http://linqtosharepoint.codeplex.com/WorkItem/View.aspx?WorkItemId=8503</link><description>This is what I get, when using one of my lists&amp;#58;&lt;br /&gt;   SPML validation failed.&lt;br /&gt;   Schema validation messages&amp;#58;&lt;br /&gt;   - &amp;#91;ERROR&amp;#93; The &amp;#39;Version&amp;#39; attribute is invalid - The value &amp;#39;285&amp;#39; is invalid according to its&lt;br /&gt;   datatype &amp;#39;http&amp;#58;&amp;#47;&amp;#47;www.w3.org&amp;#47;2001&amp;#47;XMLSchema&amp;#58;unsignedByte&amp;#39; - The string &amp;#39;285&amp;#39; is not a valid Byte value. &amp;#40;0,0&amp;#41;&lt;br /&gt;&lt;br /&gt;I have changed the SPML.xsd &amp;#40;in ..EntityGenerator&amp;#41; from&lt;br /&gt;   &amp;#60;xs&amp;#58;attribute name&amp;#61;&amp;#34;Version&amp;#34; type&amp;#61;&amp;#34;xs&amp;#58;unsignedByte&amp;#34; use&amp;#61;&amp;#34;required&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;to&lt;br /&gt;   &amp;#60;xs&amp;#58;attribute name&amp;#61;&amp;#34;Version&amp;#34; type&amp;#61;&amp;#34;xs&amp;#58;int&amp;#34; use&amp;#61;&amp;#34;required&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;but I am not sure if this is OK.&lt;br /&gt;&lt;br /&gt;After the change, I now have the following error message&amp;#58;&lt;br /&gt;   Invalid Lookup field list reference encountered&amp;#58; list Docs referred to by field _CheckinComment&lt;br /&gt;   is unknown in the SharePoint context.&lt;br /&gt;&lt;br /&gt;Any ideas&amp;#63;&lt;br /&gt;Cheers Harry&lt;br /&gt;Comments: ** Comment from web user: PauloMorgado ** &lt;p&gt;Will that be post 0.2.4.0&amp;#63;&lt;/p&gt;</description><author>PauloMorgado</author><pubDate>Tue, 11 Aug 2009 10:58:17 GMT</pubDate><guid isPermaLink="false">Commented Issue: Issue with Version Attribute (datatype) / _CheckinComment (Docs) 20090811105817A</guid></item><item><title>Commented Issue: List version mismatch between entity type and list definition on the server.</title><link>http://linqtosharepoint.codeplex.com/WorkItem/View.aspx?WorkItemId=13275</link><description>my list version will auto changed, and i dont want build again after list version changed. &lt;br /&gt;&lt;br /&gt;any ideas&amp;#63;&lt;br /&gt;&lt;br /&gt;Lordan&lt;br /&gt;Thanks&lt;br /&gt;Comments: ** Comment from web user: lordan ** &lt;p&gt;may set attribute like&amp;#58; &lt;br /&gt;var ctx &amp;#61; new SharePointDataContext&amp;#40;new Uri&amp;#40;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;wss.mycompany.local&amp;#34;&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;ctx.CheckListVersion &amp;#61; false&lt;/p&gt;</description><author>lordan</author><pubDate>Mon, 18 May 2009 08:40:13 GMT</pubDate><guid isPermaLink="false">Commented Issue: List version mismatch between entity type and list definition on the server. 20090518084013A</guid></item><item><title>Created Issue: SP0007: Query predicate contains a method call on a non-entity property: Contains.</title><link>http://linqtosharepoint.codeplex.com/WorkItem/View.aspx?WorkItemId=13276</link><description>I got a issue like this&amp;#58;&lt;br /&gt;var list &amp;#61; new list&amp;#60;string&amp;#62;&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;list.add&amp;#40;&amp;#34;a&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;list.add&amp;#40;&amp;#34;b&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt; var res &amp;#61; from u in users&lt;br /&gt;             where list.Contains&amp;#40;u.FirstName&amp;#41;&lt;br /&gt;&lt;br /&gt;Lordan&lt;br /&gt;Thanks&lt;br /&gt;</description><author>lordan</author><pubDate>Mon, 18 May 2009 06:13:01 GMT</pubDate><guid isPermaLink="false">Created Issue: SP0007: Query predicate contains a method call on a non-entity property: Contains. 20090518061301A</guid></item><item><title>Created Issue: List version mismatch between entity type and list definition on the server.</title><link>http://linqtosharepoint.codeplex.com/WorkItem/View.aspx?WorkItemId=13275</link><description>my list version will auto changed, and i dont want build again after list version changed. &lt;br /&gt;&lt;br /&gt;any ideas&amp;#63;&lt;br /&gt;&lt;br /&gt;Lordan&lt;br /&gt;Thanks&lt;br /&gt;</description><author>lordan</author><pubDate>Mon, 18 May 2009 06:07:54 GMT</pubDate><guid isPermaLink="false">Created Issue: List version mismatch between entity type and list definition on the server. 20090518060754A</guid></item><item><title>Commented Issue: Install failed.</title><link>http://www.codeplex.com/LINQtoSharePoint/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: AIturralde ** &lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I had the same issue with a VS2008 SP1 Spanish. To solve this do the steps that you can see in the file that is attached.&lt;/p&gt;&lt;p&gt;PS&amp;#58; Sorry about my english &amp;#58;&amp;#40;&lt;br /&gt;&lt;/p&gt;</description><author>AIturralde</author><pubDate>Wed, 03 Dec 2008 18:35:25 GMT</pubDate><guid isPermaLink="false">Commented Issue: Install failed. 20081203063525P</guid></item><item><title>Created Issue: Install failed.</title><link>http://www.codeplex.com/LINQtoSharePoint/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>tonyjun</author><pubDate>Mon, 27 Oct 2008 09:34:28 GMT</pubDate><guid isPermaLink="false">Created Issue: Install failed. 20081027093428A</guid></item><item><title>Commented Issue: installing on vista with VS2008</title><link>http://www.codeplex.com/LINQtoSharePoint/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: naijacoder ** &lt;p&gt;Yeah Bert is right.&lt;br /&gt;Ass the dlls to the GAC and they should work.&lt;br /&gt;Please make sure you reset ur IIS.&lt;br /&gt;Patrick&lt;/p&gt;</description><author>naijacoder</author><pubDate>Wed, 15 Oct 2008 03:53:17 GMT</pubDate><guid isPermaLink="false">Commented Issue: installing on vista with VS2008 20081015035317A</guid></item><item><title>Commented Issue: Exception at comparison of values of type System.Nullable&lt;System.DateTime&gt; with null</title><link>http://www.codeplex.com/LINQtoSharePoint/WorkItem/View.aspx?WorkItemId=10911</link><description>Hi, i wish to construct such expression&amp;#58;&lt;br /&gt;&lt;br /&gt;   from n in ctx.News&lt;br /&gt;   where n.Validity &amp;#33;&amp;#61; null&lt;br /&gt;          &amp;#124;&amp;#124; n.Validity &amp;#62;&amp;#61; DateTime.UtcNow&lt;br /&gt;   select n&amp;#59;&lt;br /&gt;&lt;br /&gt;Here Validity has type System.Nullable&amp;#60;System.DateTime&amp;#62;.&lt;br /&gt;However i have exception.&lt;br /&gt;&lt;br /&gt;Thanks&amp;#33;&lt;br /&gt;Comments: ** Comment from web user: jhanford ** &lt;p&gt;I think your problem may actually lie in the fact that you&amp;#39;re using an OR &amp;#40;&amp;#124;&amp;#124;&amp;#41; operator instead of an AND &amp;#40;&amp;#38;&amp;#38;&amp;#41; operator with the null check&lt;/p&gt;&lt;p&gt;from n in ctx.News&lt;br /&gt;where n.Validity &amp;#33;&amp;#61; null&lt;br /&gt;&amp;#38;&amp;#38; n.Validity &amp;#62;&amp;#61; DateTime.UtcNow&lt;br /&gt;select n&amp;#59;&lt;/p&gt;&lt;p&gt;--Jason&lt;/p&gt;</description><author>jhanford</author><pubDate>Tue, 05 Aug 2008 17:22:19 GMT</pubDate><guid isPermaLink="false">Commented Issue: Exception at comparison of values of type System.Nullable&lt;System.DateTime&gt; with null 20080805052219P</guid></item><item><title>Created Issue: Exception at comparison of values of type System.Nullable&lt;System.DateTime&gt; with null</title><link>http://www.codeplex.com/LINQtoSharePoint/WorkItem/View.aspx?WorkItemId=10911</link><description>Hi, i wish to construct such expression&amp;#58;&lt;br /&gt;&lt;br /&gt;   from n in ctx.News&lt;br /&gt;   where n.Validity &amp;#33;&amp;#61; null&lt;br /&gt;          &amp;#124;&amp;#124; n.Validity &amp;#62;&amp;#61; DateTime.UtcNow&lt;br /&gt;   select n&amp;#59;&lt;br /&gt;&lt;br /&gt;Here Validity has type System.Nullable&amp;#60;System.DateTime&amp;#62;.&lt;br /&gt;However i have exception.&lt;br /&gt;&lt;br /&gt;Thanks&amp;#33;&lt;br /&gt;</description><author>grenixo</author><pubDate>Tue, 05 Aug 2008 08:25:10 GMT</pubDate><guid isPermaLink="false">Created Issue: Exception at comparison of values of type System.Nullable&lt;System.DateTime&gt; with null 20080805082510A</guid></item><item><title>COMMENTED ISSUE: SpMetal crash for choice fields without FillInChoice attribute</title><link>http://www.codeplex.com/LINQtoSharePoint/WorkItem/View.aspx?WorkItemId=55</link><description>Unhandled Exception&amp;#58; System.NullReferenceException&amp;#58; Object reference not set to&lt;br /&gt;an instance of an object.&lt;br /&gt;   at BdsSoft.SharePoint.Linq.Tools.SpMetal.Program.GetType&amp;#40;XmlNode c, Boolean&amp;#38;&lt;br /&gt;additional&amp;#41; in C&amp;#58;&amp;#92;LinqToSharePoint&amp;#92;LinqToSharePoint&amp;#92;SpMetal&amp;#92;Program.cs&amp;#58;line 681&lt;br /&gt;   at BdsSoft.SharePoint.Linq.Tools.SpMetal.Program.Main&amp;#40;String&amp;#91;&amp;#93; args&amp;#41; in C&amp;#58;&amp;#92;Li&lt;br /&gt;nqToSharePoint&amp;#92;LinqToSharePoint&amp;#92;SpMetal&amp;#92;Program.cs&amp;#58;line 438&lt;br /&gt;Comments: ** Comment from web user: RajKrishnan ** &lt;p&gt;I still get this error whenever I access a list  field with no value. This is a lookup field. I can not use hasvalue method becuase the primary key of the lookup list is not nullable.&lt;/p&gt;&lt;p&gt;See attached code. Is there any work around&amp;#63;&lt;/p&gt;&lt;p&gt;Thanks.&lt;/p&gt;</description><author>RajKrishnan</author><pubDate>Mon, 31 Mar 2008 15:08:59 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: SpMetal crash for choice fields without FillInChoice attribute 20080331030859P</guid></item><item><title>COMMENTED ISSUE: Not working when list is not on root web</title><link>http://www.codeplex.com/LINQtoSharePoint/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: danleis ** &lt;p&gt;Hi Bart,&lt;br /&gt;I had the same situation, so I had to modify the ObjectModelSharePointDataProvider constructor to support SPWeb as a parameter. I also changed the related class members and the generator code, so now I can work on lists not on the root site of the site collection. Actually I would be happy to share my improvements and ideas with the community, but I do not know how I could join the project.&lt;br /&gt;Thanks&lt;br /&gt;Daniel&lt;/p&gt;</description><author>danleis</author><pubDate>Mon, 17 Mar 2008 22:07:49 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Not working when list is not on root web 20080317100749P</guid></item><item><title>COMMENTED ISSUE: Hardcoded CultureInfo en-us</title><link>http://www.codeplex.com/LINQtoSharePoint/WorkItem/View.aspx?WorkItemId=9449</link><description>Some sites have other locale than en-us&amp;#33; When you parse Czech double &amp;#34;12,32&amp;#34;, you get 1232 but you should get 12.32.&lt;br /&gt;Quick fix&amp;#58;&lt;br /&gt;- use CultureInfo.CurrentCulture in AssignResultProperty method in CamlQuery.cs.&lt;br /&gt;Suggestions&amp;#58;&lt;br /&gt;1&amp;#41; SharePointDataContext could have CultureInfo property.&lt;br /&gt;2&amp;#41; It could read CultureInfo from SPWeb.Locale.&lt;br /&gt;Comments: ** Comment from web user: smartin ** &lt;p&gt;Calculated fields must be parsed with en-us CultureInfo, so correct solution could be&amp;#58;&lt;br /&gt;CultureInfo cultureInfo&amp;#59;&lt;br /&gt;if &amp;#40;field.Calculated&amp;#41;&lt;br /&gt;&amp;#123;&lt;br /&gt;  valueAsString &amp;#61; valueAsString.Substring&amp;#40;valueAsString.IndexOf&amp;#40;&amp;#34;&amp;#59;&amp;#35;&amp;#34;, StringComparison.Ordinal&amp;#41; &amp;#43; 2&amp;#41;&amp;#59;&lt;br /&gt;  cultureInfo &amp;#61; new CultureInfo&amp;#40;&amp;#34;en-us&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;&amp;#125;&lt;br /&gt;else&lt;br /&gt;&amp;#123;&lt;br /&gt;  cultureInfo &amp;#61; CultureInfo.CurrentCulture&amp;#59;&lt;br /&gt;&amp;#125;&lt;br /&gt;&lt;/p&gt;</description><author>smartin</author><pubDate>Fri, 29 Feb 2008 21:22:01 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Hardcoded CultureInfo en-us 20080229092201P</guid></item><item><title>CREATED ISSUE: Use InternalName when getting value from SPListItem</title><link>http://www.codeplex.com/LINQtoSharePoint/WorkItem/View.aspx?WorkItemId=9450</link><description>I&amp;#39;ve field DisplayName&amp;#61;&amp;#34;Description&amp;#34;, InternalName&amp;#61;&amp;#34;Description_x0020_2&amp;#34;. InternalName should be used instead of ColumnName. ObjectModelSharePointDataProvider.cs line 189 doesn&amp;#39;t work correctly in this case because ColumnName&amp;#61;&amp;#34;Description 2&amp;#34;&amp;#58;&lt;br /&gt;object o &amp;#61; item&amp;#91;col.ColumnName&amp;#93;&amp;#59;&lt;br /&gt;&lt;br /&gt;Quick fix&amp;#58;&lt;br /&gt;item&amp;#91;XmlConvert.EncodeName&amp;#40;col.ColumnName&amp;#41;&amp;#93;&amp;#59;&lt;br /&gt;</description><author>smartin</author><pubDate>Fri, 29 Feb 2008 19:44:02 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Use InternalName when getting value from SPListItem 20080229074402P</guid></item><item><title>CREATED ISSUE: Hardcoded CultureInfo en-us</title><link>http://www.codeplex.com/LINQtoSharePoint/WorkItem/View.aspx?WorkItemId=9449</link><description>Some sites have other locale than en-us&amp;#33; When you parse Czech double &amp;#34;12,32&amp;#34;, you get 1232 but you should get 12.32.&lt;br /&gt;Quick fix&amp;#58;&lt;br /&gt;- use CultureInfo.CurrentCulture in AssignResultProperty method in CamlQuery.cs.&lt;br /&gt;Suggestions&amp;#58;&lt;br /&gt;1&amp;#41; SharePointDataContext could have CultureInfo property.&lt;br /&gt;2&amp;#41; It could read CultureInfo from SPWeb.Locale.&lt;br /&gt;</description><author>smartin</author><pubDate>Fri, 29 Feb 2008 19:16:06 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Hardcoded CultureInfo en-us 20080229071606P</guid></item><item><title>CREATED ISSUE: Missing list for lookup field</title><link>http://www.codeplex.com/LINQtoSharePoint/WorkItem/View.aspx?WorkItemId=9448</link><description>I&amp;#39;ve two lists&amp;#58; Catalog and Suppliers. Catalog list contains lookup field to Suppliers list.&lt;br /&gt;1&amp;#41; Spml Wizard allows to add only Catalog list. It should not.&lt;br /&gt;2&amp;#41; LINQtoSharePointGenerator reports only generic error. I&amp;#39;ve added this code to SpmlCodeGenerator.cs line 130 to report this bug correctly&lt;br /&gt;else&lt;br /&gt;  this.GeneratorError&amp;#40;false, 0, ex.Message, 0, 0&amp;#41;&amp;#59;&lt;br /&gt;It reports correct error now&amp;#58; &amp;#34;Custom tool error&amp;#58; Invalid Lookup field list reference encountered&amp;#58; list &amp;#123;39498c60-13f3-4668-9422-e855d7d66b7f&amp;#125; referred to by field Supplier is unknown in the SharePoint context.&amp;#34;&lt;br /&gt;</description><author>smartin</author><pubDate>Fri, 29 Feb 2008 18:35:19 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Missing list for lookup field 20080229063519P</guid></item><item><title>CREATED ISSUE: Support lists with folders</title><link>http://www.codeplex.com/LINQtoSharePoint/WorkItem/View.aspx?WorkItemId=9447</link><description>If you have list with folders, ObjectModelSharePointDataProvider searches only root folder. It should support&amp;#58;&lt;br /&gt;1&amp;#41; Recursive search &amp;#40;root folder and all subfolders&amp;#41;&lt;br /&gt;- new SharePointDataContext bool property RecursiveQuery&amp;#63;&lt;br /&gt;2&amp;#41; Search specific folder&lt;br /&gt;- new SharePointDataContext string property FolderUrl&amp;#63;&lt;br /&gt;&lt;br /&gt;Fast fix at this moment, add line 137 to ObjectModelSharePointDataProvider.cs.&lt;br /&gt;q.ViewAttributes &amp;#61; &amp;#34;Scope&amp;#61;&amp;#92;&amp;#34;RecursiveAll&amp;#92;&amp;#34;&amp;#34;&amp;#59;&lt;br /&gt;</description><author>smartin</author><pubDate>Fri, 29 Feb 2008 18:02:39 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Support lists with folders 20080229060239P</guid></item><item><title>CREATED ISSUE: Support Cross List Queries</title><link>http://www.codeplex.com/LINQtoSharePoint/WorkItem/View.aspx?WorkItemId=9404</link><description>This is a feature request to add the ability to do cross list queries. This would be incredibly valuable for looking across multiple sites using a consistent mechanism as searching a single list.&lt;br /&gt;&lt;br /&gt;I&amp;#39;d love to help with this if possible. I&amp;#39;m still trying to wrap my head around the custom LINQ provider architecture and the LINQ to SharePoint implementation, but I&amp;#39;m sure with just a little direction, I could help with this.&lt;br /&gt;</description><author>SpoonsJTD</author><pubDate>Fri, 22 Feb 2008 14:37:42 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Support Cross List Queries 20080222023742P</guid></item></channel></rss>