<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>LINQtoCRM Forum Rss Feed</title><link>http://www.codeplex.com/LINQtoCRM/Thread/List.aspx</link><description>LINQtoCRM Forum Rss Description</description><item><title>New Post: join in LinqToCRM not working</title><link>http://linqtocrm.codeplex.com/discussions/274902</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I get the error :&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Error&amp;nbsp;1&amp;nbsp;The type of one of the expressions in the join clause is incorrect.&amp;nbsp; Type inference failed in the call to 'Join'.&amp;nbsp;C:\Users\Administrator\Desktop\DEV_VM\TestChap2\ConsoleApplication1\Program.cs&amp;nbsp;127&amp;nbsp;26&amp;nbsp;ConsoleApplication1&lt;/p&gt;
&lt;p&gt;But my code is this one:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style="color:black; background-color:white"&gt;
&lt;pre&gt;&lt;span style="color:blue"&gt;var&lt;/span&gt; queryx = &lt;span style="color:blue"&gt;from&lt;/span&gt; c &lt;span style="color:blue"&gt;in&lt;/span&gt; orgContext.ContactSet
                         &lt;span style="color:blue"&gt;join&lt;/span&gt; a &lt;span style="color:blue"&gt;in&lt;/span&gt; orgContext.AccountSet
                         &lt;span style="color:blue"&gt;on&lt;/span&gt; c.ContactId &lt;span style="color:blue"&gt;equals&lt;/span&gt; a.PrimaryContactId
                         &lt;span style="color:blue"&gt;select&lt;/span&gt; &lt;span style="color:blue"&gt;new&lt;/span&gt; { contact_name = c.FullName, account_name = a.Name };
            &lt;span style="color:blue"&gt;foreach&lt;/span&gt; (&lt;span style="color:blue"&gt;var&lt;/span&gt; c &lt;span style="color:blue"&gt;in&lt;/span&gt; queryx)
            {
                Console.WriteLine(c.account_name &amp;#43; c.contact_name);
            }
&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Anyone would have an idea ?&lt;/p&gt;
&lt;/div&gt;</description><author>Bernybon</author><pubDate>Wed, 05 Oct 2011 19:45:45 GMT</pubDate><guid isPermaLink="false">New Post: join in LinqToCRM not working 20111005074545P</guid></item><item><title>New Post: Problems in Many to Many</title><link>http://linqtocrm.codeplex.com/Thread/View.aspx?ThreadId=223615</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I always get this error MSG &amp;quot;&lt;em&gt;Server was unable to process request&amp;quot; whenever i try to make a query against the generated ManyToMany class. My Query is simple as it can be, it looks like &lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;from b in CrmQueryProvider.Linq&amp;lt;Bridge&amp;gt;()&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; select b;&lt;/p&gt;
&lt;p&gt;Where Bridge is the name of the generated class in the ManyToMany.cs&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;More information:&lt;/p&gt;
&lt;p&gt;The problem comes from the Fetch method in CrmWebService.cs class.&lt;/p&gt;
&lt;p&gt;Any suggestions ?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks so much&lt;/p&gt;&lt;/div&gt;</description><author>Gamalof</author><pubDate>Sun, 15 Aug 2010 08:37:21 GMT</pubDate><guid isPermaLink="false">New Post: Problems in Many to Many 20100815083721A</guid></item><item><title>New Post: Any idea when Linq to CRM will come out of beta?</title><link>http://linqtocrm.codeplex.com/Thread/View.aspx?ThreadId=221301</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;From the guys at Xrm Linq:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.xrmlinq.com/crm-sdk-4-0-12-bugs-limitations"&gt;http://www.xrmlinq.com/crm-sdk-4-0-12-bugs-limitations&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><author>MaartenUreel</author><pubDate>Fri, 30 Jul 2010 07:03:45 GMT</pubDate><guid isPermaLink="false">New Post: Any idea when Linq to CRM will come out of beta? 20100730070345A</guid></item><item><title>New Post: Any idea when Linq to CRM will come out of beta?</title><link>http://linqtocrm.codeplex.com/Thread/View.aspx?ThreadId=221301</link><description>&lt;div style="line-height: normal;"&gt;That's interesting, Martin. I did not realise that filtering is done client-side with the MS SDK Linq provider. Also, according to this page:http://msdn.microsoft.com/en-us/library/ff681573(v=MSDN.10).aspx the provider supports joins. You mention that it doesn't support linked entities, can you be more specific?&lt;/div&gt;</description><author>friism</author><pubDate>Thu, 29 Jul 2010 19:38:07 GMT</pubDate><guid isPermaLink="false">New Post: Any idea when Linq to CRM will come out of beta? 20100729073807P</guid></item><item><title>New Post: Any idea when Linq to CRM will come out of beta?</title><link>http://linqtocrm.codeplex.com/Thread/View.aspx?ThreadId=221301</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Why are you killing the project? Because of the cheap LINQ provider in the SDK? The one that cannot be used in plugins? The one that fetches a shitload of records to the client to check conditions there? The one that isn't able to use FetchXML to work with Linked Entity's? The one of which the caching mechanism sucks?&lt;/p&gt;
&lt;p&gt;I suggest you continue this project ;-)&lt;/p&gt;&lt;/div&gt;</description><author>MaartenUreel</author><pubDate>Thu, 29 Jul 2010 15:08:07 GMT</pubDate><guid isPermaLink="false">New Post: Any idea when Linq to CRM will come out of beta? 20100729030807P</guid></item><item><title>New Post: Any idea when Linq to CRM will come out of beta?</title><link>http://linqtocrm.codeplex.com/Thread/View.aspx?ThreadId=221301</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Wow, sorry to hear you are killing the project. On the other hand though it is great that Microsoft supports Linq now. Thanks for the info.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Pete&lt;/p&gt;&lt;/div&gt;</description><author>digioz</author><pubDate>Sun, 25 Jul 2010 14:58:17 GMT</pubDate><guid isPermaLink="false">New Post: Any idea when Linq to CRM will come out of beta? 20100725025817P</guid></item><item><title>New Post: Any idea when Linq to CRM will come out of beta?</title><link>http://linqtocrm.codeplex.com/Thread/View.aspx?ThreadId=221301</link><description>&lt;div style="line-height: normal;"&gt;Hi Pete, Microsoft has released a linq query provider with the CRM SDK. I recommend you check that out: http://friism.com/linqtocrm-obsoleted&lt;/div&gt;</description><author>friism</author><pubDate>Sun, 25 Jul 2010 11:11:26 GMT</pubDate><guid isPermaLink="false">New Post: Any idea when Linq to CRM will come out of beta? 20100725111126A</guid></item><item><title>New Post: Any idea when Linq to CRM will come out of beta?</title><link>http://linqtocrm.codeplex.com/Thread/View.aspx?ThreadId=221301</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Does anyone know when Linq to CRM is scheduled to be released and come out of beta?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Pete&lt;/p&gt;&lt;/div&gt;</description><author>digioz</author><pubDate>Sat, 24 Jul 2010 22:48:37 GMT</pubDate><guid isPermaLink="false">New Post: Any idea when Linq to CRM will come out of beta? 20100724104837P</guid></item><item><title>New Post: CRM SDK 4.0.0012 now includes a Linq-to-CRM query provider</title><link>http://linqtocrm.codeplex.com/Thread/View.aspx?ThreadId=213538</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Selecting out of joined entities come to mind at least.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>praty</author><pubDate>Thu, 03 Jun 2010 10:02:48 GMT</pubDate><guid isPermaLink="false">New Post: CRM SDK 4.0.0012 now includes a Linq-to-CRM query provider 20100603100248A</guid></item><item><title>New Post: CRM SDK 4.0.0012 now includes a Linq-to-CRM query provider</title><link>http://linqtocrm.codeplex.com/Thread/View.aspx?ThreadId=213538</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;@praty It's a valid point, but I think the FetchXML stuff that can't be mapped to&amp;nbsp;QueryExpression is pretty marginal (&amp;quot;Average&amp;quot; anyone?). Do you have example of FetchXML features you need that aren't doable with&amp;nbsp;QueryExpression?&lt;/p&gt;&lt;/div&gt;</description><author>friism</author><pubDate>Tue, 25 May 2010 09:32:48 GMT</pubDate><guid isPermaLink="false">New Post: CRM SDK 4.0.0012 now includes a Linq-to-CRM query provider 20100525093248A</guid></item><item><title>New Post: CRM SDK 4.0.0012 now includes a Linq-to-CRM query provider</title><link>http://linqtocrm.codeplex.com/Thread/View.aspx?ThreadId=213538</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;http://blogs.msdn.com/b/crm/archive/2010/05/13/microsoft-dynamics-crm-sdk-4-0-12-and-the-advanced-developer-extensions.aspx&lt;/p&gt;
&lt;p&gt;&amp;quot;It should be emphasised that the LINQ query ultimately maps down to a  QueryExpression, and hence you are as limited in the scope of queries as  you currently are.&amp;quot;&lt;/p&gt;
&lt;p&gt;As QueryExpressions don't support everything that FetchXML does the MS code (haven't tried) could be more limited in features.&lt;/p&gt;&lt;/div&gt;</description><author>praty</author><pubDate>Mon, 24 May 2010 20:31:36 GMT</pubDate><guid isPermaLink="false">New Post: CRM SDK 4.0.0012 now includes a Linq-to-CRM query provider 20100524083136P</guid></item><item><title>New Post: CRM SDK 4.0.0012 now includes a Linq-to-CRM query provider</title><link>http://linqtocrm.codeplex.com/Thread/View.aspx?ThreadId=213538</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Thanks for the heads-up, I'll update the frontpage with a link.&lt;/p&gt;&lt;/div&gt;</description><author>friism</author><pubDate>Sun, 23 May 2010 06:56:35 GMT</pubDate><guid isPermaLink="false">New Post: CRM SDK 4.0.0012 now includes a Linq-to-CRM query provider 20100523065635A</guid></item><item><title>New Post: CRM SDK 4.0.0012 now includes a Linq-to-CRM query provider</title><link>http://linqtocrm.codeplex.com/Thread/View.aspx?ThreadId=213538</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Microsoft has published a full LINQ-to-CRM query provider in the latest SDK release (4.0.0012).&amp;nbsp; The new customer portal also also uses the new query provider.&lt;/p&gt;&lt;/div&gt;</description><author>shan_mcarthur</author><pubDate>Sun, 23 May 2010 00:58:01 GMT</pubDate><guid isPermaLink="false">New Post: CRM SDK 4.0.0012 now includes a Linq-to-CRM query provider 20100523125801A</guid></item><item><title>New Post: Multiple Conditions in a Where Clause vs. Multiple Where Clauses</title><link>http://linqtocrm.codeplex.com/Thread/View.aspx?ThreadId=204579</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Probably a bug in LINQtoCRM. Please file an issue with the exception back trace.&lt;/p&gt;&lt;/div&gt;</description><author>praty</author><pubDate>Thu, 11 Mar 2010 06:58:31 GMT</pubDate><guid isPermaLink="false">New Post: Multiple Conditions in a Where Clause vs. Multiple Where Clauses 20100311065831A</guid></item><item><title>New Post: Multiple Joins</title><link>http://linqtocrm.codeplex.com/Thread/View.aspx?ThreadId=85882</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I'm wondering what you are planning to do with {a1, a2}.&amp;nbsp; Some more code might help so someone can gauge your intent.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>12055</author><pubDate>Thu, 11 Mar 2010 02:37:34 GMT</pubDate><guid isPermaLink="false">New Post: Multiple Joins 20100311023734A</guid></item><item><title>New Post: Multiple Conditions in a Where Clause vs. Multiple Where Clauses</title><link>http://linqtocrm.codeplex.com/Thread/View.aspx?ThreadId=204579</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Wondering why&lt;/p&gt;
&lt;p&gt;
&lt;div style="color:Black;background-color:White"&gt;
&lt;pre&gt;&lt;span style="color:Blue"&gt;from&lt;/span&gt; x &lt;span style="color:Blue"&gt;in&lt;/span&gt; crm.Linq&amp;lt;t&amp;gt;() &lt;span style="color:Blue"&gt;where&lt;/span&gt; !x.foo1.IsNull &amp;amp;&amp;amp; !x.foo2.IsNull &lt;span style="color:Blue"&gt;select&lt;/span&gt; x
&lt;/pre&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;Throws an exception while the following works without issue:&lt;/p&gt;
&lt;p&gt;
&lt;div style="color:Black;background-color:White"&gt;
&lt;pre&gt;&lt;span style="color:Blue"&gt;from&lt;/span&gt; x &lt;span style="color:Blue"&gt;in&lt;/span&gt; crm.Linq&amp;lt;t&amp;gt;() &lt;span style="color:Blue"&gt;where&lt;/span&gt; !x.foo1.IsNull &lt;span style="color:Blue"&gt;where&lt;/span&gt; !x.foo2.IsNull &lt;span style="color:Blue"&gt;select&lt;/span&gt; x
&lt;/pre&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;Is this a limitation within LINQtoCRM or am I wrong that these statements are equivalent?&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>12055</author><pubDate>Thu, 11 Mar 2010 02:28:41 GMT</pubDate><guid isPermaLink="false">New Post: Multiple Conditions in a Where Clause vs. Multiple Where Clauses 20100311022841A</guid></item><item><title>New Post: CRMService.Fetch(XML) 5000 row max</title><link>http://linqtocrm.codeplex.com/Thread/View.aspx?ThreadId=203529</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Sounds cool. If you are contemplating a major rewrite, you might want to take a look at &lt;a href="http://www.codeplex.com/IQToolkit"&gt;http://www.codeplex.com/IQToolkit&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><author>friism</author><pubDate>Thu, 04 Mar 2010 12:07:34 GMT</pubDate><guid isPermaLink="false">New Post: CRMService.Fetch(XML) 5000 row max 20100304120734P</guid></item><item><title>New Post: CRMService.Fetch(XML) 5000 row max</title><link>http://linqtocrm.codeplex.com/Thread/View.aspx?ThreadId=203529</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;No Worries, I love the implementation so fare and this is the first show stopper I have come across.&lt;/p&gt;
&lt;p&gt;I love reducing code and with your work I came down from 1100 to 300 lines...&lt;/p&gt;
&lt;p&gt;Thank you!!&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Brian Minnaar&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>brutes</author><pubDate>Tue, 02 Mar 2010 19:20:32 GMT</pubDate><guid isPermaLink="false">New Post: CRMService.Fetch(XML) 5000 row max 20100302072032P</guid></item><item><title>New Post: CRMService.Fetch(XML) 5000 row max</title><link>http://linqtocrm.codeplex.com/Thread/View.aspx?ThreadId=203529</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Exactly!&lt;/p&gt;
&lt;p&gt;Patches go here: &lt;a href="http://linqtocrm.codeplex.com/SourceControl/PatchList.aspx"&gt;http://linqtocrm.codeplex.com/SourceControl/PatchList.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;(We have some unmerged ones in the pipe, I will get my act together soon).&lt;/p&gt;
&lt;p&gt;Michael&lt;/p&gt;&lt;/div&gt;</description><author>friism</author><pubDate>Tue, 02 Mar 2010 19:16:08 GMT</pubDate><guid isPermaLink="false">New Post: CRMService.Fetch(XML) 5000 row max 20100302071608P</guid></item><item><title>New Post: CRMService.Fetch(XML) 5000 row max</title><link>http://linqtocrm.codeplex.com/Thread/View.aspx?ThreadId=203529</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Ok, so I will implement a fix and test it and then once I am done I will submit the changes so you can merge it?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>brutes</author><pubDate>Tue, 02 Mar 2010 18:57:53 GMT</pubDate><guid isPermaLink="false">New Post: CRMService.Fetch(XML) 5000 row max 20100302065753P</guid></item></channel></rss>