<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>LINQtoSharePoint Forum Rss Feed</title><link>http://www.codeplex.com/LINQtoSharePoint/Thread/List.aspx</link><description>LINQtoSharePoint Forum Rss Description</description><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><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;Hi,&lt;br&gt;&lt;br&gt;I am just wondering if it is possible to use this library to extract Tasks, Announcements, Team Discussions ...etc from SharePoint ?&lt;br&gt;&lt;br&gt;I noticed that the framework will generate C# classes for the lists that I create myself on SharePoint ..but it will not generate classes for Tasks or Calendar for example .&lt;br&gt;&lt;br&gt;if this is possible how to query Tasks ?&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks&lt;/p&gt;&lt;/div&gt;</description><author>cooldude_82</author><pubDate>Wed, 16 Sep 2009 19:59:26 GMT</pubDate><guid isPermaLink="false">New Post: Extract SharePoint Contents ? 20090916075926P</guid></item><item><title>New Post: FileNotFoundException (BdsSoft.SharePoint.Linq)</title><link>http://linqtosharepoint.codeplex.com/Thread/View.aspx?ThreadId=66311</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;It seems I have gotten a work around for the error I was getting above. In my published website, I added the BdsSoft.SharePoint.Linq.dll file to the Bin folder and everything worked again. Hope this helps someone else who might get the same problem.&lt;/p&gt;
&lt;p&gt;On another note, is this project still live or dead? I emailed Bart and also posted here the above problem. And in a week or so, i got no response even to acknowledge. Anywayz, thanks for the great project THO I was going to go back to CAML.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br&gt;Matrich&lt;/p&gt;&lt;/div&gt;</description><author>matrich</author><pubDate>Mon, 24 Aug 2009 10:01:31 GMT</pubDate><guid isPermaLink="false">New Post: FileNotFoundException (BdsSoft.SharePoint.Linq) 20090824100131A</guid></item><item><title>New Post: FileNotFoundException (BdsSoft.SharePoint.Linq)</title><link>http://linqtosharepoint.codeplex.com/Thread/View.aspx?ThreadId=66311</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thanks for this helpful project. I am building an ASP.NET website using your project. In my solution, I have a Class library where all the logic is done which includes the *.spml file and a website which uses the class library as a reference. When I run the solution in VS 2008, everything works well BUT when I move the solution to server, I get an error. When I checked the Event Viewer on the server, below is the exception which isn't handled:&lt;/p&gt;
&lt;p&gt;Exception information: &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Exception type: FileNotFoundException &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Exception message: Could not load file or assembly 'BdsSoft.SharePoint.Linq, Version=0.2.4.0, Culture=neutral, PublicKeyToken=c9246ff4557ee8a2' or one of its dependencies. The system cannot find the file specified.&lt;/p&gt;
&lt;p&gt;I will be very grateful for your help.&lt;/p&gt;
&lt;p&gt;&lt;br&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Matrich&lt;/p&gt;&lt;/div&gt;</description><author>matrich</author><pubDate>Wed, 19 Aug 2009 04:57:10 GMT</pubDate><guid isPermaLink="false">New Post: FileNotFoundException (BdsSoft.SharePoint.Linq) 20090819045710A</guid></item><item><title>New Post: use in InfoPath or webservice</title><link>http://linqtosharepoint.codeplex.com/Thread/View.aspx?ThreadId=64882</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;This is a cool tool and it works great in a console app, but I would love to use it to parse data going into an InfoPath form (on browser). Possible?&lt;/p&gt;&lt;/div&gt;</description><author>suzbeau</author><pubDate>Fri, 07 Aug 2009 21:36:16 GMT</pubDate><guid isPermaLink="false">New Post: use in InfoPath or webservice 20090807093616P</guid></item><item><title>New Post: Cannot connect to a MOSS 2007 Publishing Site</title><link>http://linqtosharepoint.codeplex.com/Thread/View.aspx?ThreadId=63892</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Does this product support MOSS 2007 Enterprise publishing sites? &amp;nbsp;I can connect to a blank site in MOSS but not a publishing site. &amp;nbsp;Any help?&lt;/p&gt;&lt;/div&gt;</description><author>combiths</author><pubDate>Wed, 29 Jul 2009 16:21:27 GMT</pubDate><guid isPermaLink="false">New Post: Cannot connect to a MOSS 2007 Publishing Site 20090729042127P</guid></item><item><title>New Post: SPML suddenly unfunctional</title><link>http://linqtosharepoint.codeplex.com/Thread/View.aspx?ThreadId=19275</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;From looking at the code, it looks like the referenced list needs to be in the same SP context - i.e. in the same SPML file.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://code.google.com/p/uniframework/source/browse/trunk/sources/Uniframework.SharePoint.Linq.EntityGenerator/EntityGenerator.cs"&gt;http://code.google.com/p/uniframework/source/browse/trunk/sources/Uniframework.SharePoint.Linq.EntityGenerator/EntityGenerator.cs&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I added all my lists under the &amp;lt;Lists&amp;gt; element in the SPML file and this seemed to fix this problem.&lt;/p&gt;&lt;/div&gt;</description><author>joewood72</author><pubDate>Mon, 22 Jun 2009 19:30:05 GMT</pubDate><guid isPermaLink="false">New Post: SPML suddenly unfunctional 20090622073005P</guid></item><item><title>New Post: Failed to generate spml. Cannot load the list definition for docs</title><link>http://linqtosharepoint.codeplex.com/Thread/View.aspx?ThreadId=30838</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I have the same issue... does any =one confirm this tool will not work with Doc library??&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;P&lt;/p&gt;&lt;/div&gt;</description><author>pandiyaa</author><pubDate>Fri, 19 Jun 2009 21:13:58 GMT</pubDate><guid isPermaLink="false">New Post: Failed to generate spml. Cannot load the list definition for docs 20090619091358P</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;Yea it looks like its dead for a long time.&lt;/p&gt;
&lt;p&gt;I will start using it so I might do changes and upload them as patches if I am able&lt;/p&gt;&lt;/div&gt;</description><author>Lambros</author><pubDate>Fri, 12 Jun 2009 16:53:54 GMT</pubDate><guid isPermaLink="false">New Post: Is this projet still alive ? 20090612045354P</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;Hi,&lt;/p&gt;
&lt;p&gt;It looks like there are no changes on this project since more than 18 months, is it still alive ?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Manitra.&lt;/p&gt;&lt;/div&gt;</description><author>manitra</author><pubDate>Fri, 05 Jun 2009 16:51:34 GMT</pubDate><guid isPermaLink="false">New Post: Is this projet still alive ? 20090605045134P</guid></item><item><title>New Post: Querys with JOIN</title><link>http://linqtosharepoint.codeplex.com/Thread/View.aspx?ThreadId=58014</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi Wagner,&lt;/p&gt;
&lt;p&gt;LINQ to SharePoint doesn't support joins, as the underyling query language (CAML) hasn't built-in support for it. Implementing joins would require the provider to have to download big chunks of data to the client in order to execute the join code there. In general that's not a good thing as the remote execution properties of the LINQ query become superfluous. Rather, to make developers aware of this, the provider doesn't try to be smart and requires local joins to be executed explicitly using LINQ to Object. Recall that you can turn execution from remote into local by calling the AsEnumerable() method. For example, you could have two queries to select the sources to be joined, each of which you call AsEnumerable on, and then use with LINQ join syntax to have the join execute locally:&lt;/p&gt;
&lt;p&gt;from x in (from y in src.Z where ... select y).AsEnumerable()&lt;br&gt;join a in (from b in src.C where ... select b).AsEnumerable() on x.K equals a.L&lt;br&gt;...&lt;br&gt;select ...&lt;/p&gt;
&lt;p&gt;Hope this helps,&lt;br&gt;-Bart&lt;/p&gt;&lt;/div&gt;</description><author>bdesmet</author><pubDate>Mon, 01 Jun 2009 09:36:48 GMT</pubDate><guid isPermaLink="false">New Post: Querys with JOIN 20090601093648A</guid></item><item><title>New Post: Querys with JOIN</title><link>http://linqtosharepoint.codeplex.com/Thread/View.aspx?ThreadId=58014</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hello!&lt;/p&gt;
&lt;p&gt;I have &amp;quot;LINQ To SharePoint v0.2.4.0&amp;quot; with VS 2008 and WSS 3.0.&lt;/p&gt;
&lt;p&gt;I can't use function JOIN in my queries, why?&lt;/p&gt;
&lt;p&gt;Example:&lt;/p&gt;
&lt;p&gt;private System.Net.NetworkCredential CredenciaisU = new System.Net.NetworkCredential(&amp;quot;hcdadmin&amp;quot;, &amp;quot;#cd@dm!n09&amp;quot;);&lt;/p&gt;
&lt;p&gt;public DataSet GetSituacaoCadastral(String VRegional, String VDistri, String VFunc) {&lt;/p&gt;
&lt;p&gt;OSharePointDataContext dsSC = new OSharePointDataContext();&lt;/p&gt;
&lt;p&gt;dsSC.Credentials = CredenciaisU;&lt;/p&gt;
&lt;p&gt;DataSet ds = new DataSet();&lt;/p&gt;
&lt;p&gt;var OUsuarios = dsSC.Usuarios;&lt;/p&gt;
&lt;p&gt;var ODistribuidores = dsSC.Distribuidores;&lt;/p&gt;
&lt;p&gt;var querySC = from u in OUsers //from d in ODistribuidores&lt;/p&gt;
&lt;p&gt;//where u.Cargo == Funcao &amp;amp;&amp;amp; u.Distribuidor == Distribuidor// &amp;amp;&amp;amp; u.Distribuidor == d.Distribuidor&lt;/p&gt;
&lt;p&gt;join d in ODistri on u.Distri equals d.Distri&lt;/p&gt;
&lt;p&gt;where u.Cargo == VFunc &amp;amp;&amp;amp; d.Distri == VDistri &amp;amp;&amp;amp; d.Regional == VRegional&lt;/p&gt;
&lt;p&gt;select new {Name = u.FullName, Distri = u.Distri};&lt;/p&gt;
&lt;p&gt;DataTable dtSC = new DataTable(&amp;quot;SituationC&amp;quot;);&lt;/p&gt;
&lt;p&gt;//&lt;/p&gt;
&lt;p&gt;dtSC.Columns.Add(&amp;quot;FullName&amp;quot;);&lt;/p&gt;
&lt;p&gt;dtSC.Columns.Add(&amp;quot;Distri&amp;quot;);&lt;/p&gt;
&lt;p&gt;//&lt;/p&gt;
&lt;p&gt;DataRow row;&lt;/p&gt;
&lt;p&gt;foreach (var nSC in querySC) {&lt;/p&gt;
&lt;p&gt;//&lt;/p&gt;
&lt;p&gt;row = dtSC.NewRow();&lt;/p&gt;
&lt;p&gt;row[&amp;quot;FullName&amp;quot;] = nSC.Name;&lt;/p&gt;
&lt;p&gt;row[&amp;quot;Distri&amp;quot;] = nSC.Distri;&lt;/p&gt;
&lt;p&gt;dtSC.Rows.Add();&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;ds.Tables.Add(dtSC);&lt;/p&gt;
&lt;p&gt;return ds;&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;Thanks!!!&lt;br&gt;&lt;br&gt;Wagner Amorim&lt;br&gt;wa.amorim@hotmail.com&lt;/p&gt;&lt;/div&gt;</description><author>waamorim</author><pubDate>Sun, 31 May 2009 17:50:22 GMT</pubDate><guid isPermaLink="false">New Post: Querys with JOIN 20090531055022P</guid></item><item><title>New Post: SharePointDataSource&lt;T&gt;</title><link>http://linqtosharepoint.codeplex.com/Thread/View.aspx?ThreadId=55342</link><description>&lt;div style="line-height: normal;"&gt;ok guys...&lt;br&gt;
&lt;br&gt;
i just tried a bit around and i got it (maybe the example is from an older version of LINQ to SharePoint):&lt;br&gt;
&lt;br&gt;
it should be like this:&lt;br&gt;
var t = new SharePointList&amp;lt;T&amp;gt;(new SharePointDataContext(new Uri(&amp;quot;http://&amp;lt;insert servername here&amp;gt;&amp;quot;)));&lt;br&gt;
&lt;br&gt;
so long&lt;br&gt;
sancho&lt;br&gt;
&lt;/div&gt;</description><author>sanchoponsa</author><pubDate>Tue, 05 May 2009 10:30:47 GMT</pubDate><guid isPermaLink="false">New Post: SharePointDataSource&lt;T&gt; 20090505103047A</guid></item><item><title>New Post: SharePointDataSource&lt;T&gt;</title><link>http://linqtosharepoint.codeplex.com/Thread/View.aspx?ThreadId=55342</link><description>&lt;div style="line-height: normal;"&gt;Hi there,&lt;br&gt;
&lt;br&gt;
I hope somebody can help me although i guess this project is dead anyway...&lt;br&gt;
&lt;br&gt;
In the examples of &amp;quot;how to use LINQ to SharePoint&amp;quot;, it is mentioned that I have to use a type named &amp;quot;SharePointDataSource&amp;quot; to write queries against the SharePoint list. Anyhow, I can't find this type in the BdsSoft.SharePoint.Linq.dll ... Can anyone give me a hint?&lt;br&gt;
&lt;br&gt;
so long,&lt;br&gt;
sancho&lt;br&gt;
&lt;/div&gt;</description><author>sanchoponsa</author><pubDate>Tue, 05 May 2009 10:24:33 GMT</pubDate><guid isPermaLink="false">New Post: SharePointDataSource&lt;T&gt; 20090505102433A</guid></item><item><title>New Post: Project still alive?</title><link>http://linqtosharepoint.codeplex.com/Thread/View.aspx?ThreadId=26586</link><description>&lt;div style="line-height: normal;"&gt;Still nothing?  Is anyone actively maintaining LINQtoSharePoint?
&lt;/div&gt;</description><author>aggieben</author><pubDate>Tue, 07 Apr 2009 01:54:30 GMT</pubDate><guid isPermaLink="false">New Post: Project still alive? 20090407015430A</guid></item><item><title>New Post: SPML suddenly unfunctional</title><link>http://linqtosharepoint.codeplex.com/Thread/View.aspx?ThreadId=19275</link><description>&lt;div style="line-height: normal;"&gt;Hi there,&lt;br&gt;
&lt;br&gt;
I was having the same issue... Based on what apauluhn was getting...it looks like this solution does not like the lookup / referenced columns... 
&lt;/div&gt;</description><author>luciano_arias</author><pubDate>Mon, 16 Mar 2009 17:56:26 GMT</pubDate><guid isPermaLink="false">New Post: SPML suddenly unfunctional 20090316055626P</guid></item><item><title>New Post: SPMetal - List Instance dependency?</title><link>http://www.codeplex.com/LINQtoSharePoint/Thread/View.aspx?ThreadId=46098</link><description>&lt;div style="line-height: normal;"&gt;Does it make sense for the SPMetal generated classes to be tied to a given instance of a list?  Not entirely sure that this is the case, but the ID attribute of the List class certainly seems to suggest that.&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Doesn't the list ID change every time you instantiate the list template, and thus how would you use this in a scenario where you develop on one box and deploy a solution to another, thereby reinstantiating your lists?&lt;/div&gt;&lt;/div&gt;</description><author>austegard</author><pubDate>Tue, 03 Feb 2009 18:08:09 GMT</pubDate><guid isPermaLink="false">New Post: SPMetal - List Instance dependency? 20090203060809P</guid></item><item><title>New Post: How to connect to site using the object model?</title><link>http://www.codeplex.com/LINQtoSharePoint/Thread/View.aspx?ThreadId=38745</link><description>&lt;div style="line-height: normal;"&gt;Sorry if i missed something and this is a stupid question. In all the example code i've seen uses a Uri to connect to the site. I saw that the Sharepoint constructor that accepts a Uri object uses the &lt;strong&gt;WebServicesSharePointDataProvider&lt;/strong&gt;. So I assume that's the way to connect to the site using&amp;nbsp; the SharePoint webservices. The other construtor takes a &lt;strong&gt;ISharepointDataProvider&lt;/strong&gt;, but the only &lt;br&gt;
defined in the &lt;strong&gt;BdsSoft.SharePoint.Linq.Providers&lt;/strong&gt; namespace is the&amp;nbsp;&lt;strong&gt;WebServicesSharePointDataProvider. &lt;/strong&gt;So how do you connect using the object model?&lt;strong&gt; &amp;nbsp;&lt;/strong&gt; &lt;br&gt;
&lt;br&gt;
Thanks&lt;br&gt;
Michael&lt;br&gt;
&lt;/div&gt;</description><author>michaelerasmus</author><pubDate>Wed, 29 Oct 2008 09:43:18 GMT</pubDate><guid isPermaLink="false">New Post: How to connect to site using the object model? 20081029094318A</guid></item></channel></rss>