<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>LINQ to SharePoint</title><link>http://www.codeplex.com/LINQtoSharePoint/Project/ProjectRss.aspx</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 e...</description><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>New Post: Alias for choices enum</title><link>http://www.codeplex.com/LINQtoSharePoint/Thread/View.aspx?ThreadId=32834</link><description>&lt;div style="line-height: normal;"&gt;Greetings As it would be good, if it was possible to specify a
pseudonym for enum choice. &lt;br&gt;
I work with not English names, therefore
there is a problem similar to this&amp;nbsp;&lt;a href="http://www.codeplex.com/LINQtoSharePoint/Thread/View.aspx?ThreadId=19364"&gt; Incomplete encoding of FieldRef names&lt;/a&gt;
&lt;h2&gt;&lt;/h2&gt;
Thanks&lt;br&gt;
&lt;/div&gt;</description><author>grenixo</author><pubDate>Mon, 04 Aug 2008 07:39:02 GMT</pubDate><guid isPermaLink="false">New Post: Alias for choices enum 20080804073902A</guid></item><item><title>Patch Uploaded: #1533</title><link>http://www.codeplex.com/LINQtoSharePoint/SourceControl/PatchList.aspx</link><description>
&lt;p&gt;&lt;a href='/site/users/view/rkierner'&gt;rkierner&lt;/a&gt; has uploaded a patch.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;If you have a list that has a lookup field to a list that has a lookup field, the second list is not included in output file from SPMetal.  This patch creates a recursive method to make sure that the tree is fully included.  I created the method &amp;#34;GetRelatedLists&amp;#34; on line 182 of EntityGenerator.cs in the BdsSoft.SharePoint.Linq.Tools.EntityGenerator project.  So to apply the patch, I guess just replace that file and recompile&lt;/p&gt;</description><author>rkierner</author><pubDate>Thu, 17 Jul 2008 13:08:47 GMT</pubDate><guid isPermaLink="false">Patch Uploaded: #1533 20080717010847P</guid></item><item><title>New Post: Failed to generate spml. Cannot load the list definition for docs</title><link>http://www.codeplex.com/LINQtoSharePoint/Thread/View.aspx?ThreadId=30838</link><description>&lt;div style="line-height: normal;"&gt;Hi, &lt;br&gt;
This is a great tool and I'm really excited about using it. I think it's just what SharePoint needs to get the 'messy' data into something to code against. &lt;br&gt;
&lt;br&gt;
When I run spmetal against a document library I get the the following error: &lt;br&gt;
&lt;em&gt;&lt;br&gt;
Failed to generate spml. Cannot load the list definition for docs&lt;/em&gt;&lt;br&gt;
&lt;br&gt;
The library is a document library. (Perhaps it does not support doc libs?)&lt;br&gt;
&lt;br&gt;
Does anyone know what this error is caused by?&lt;br&gt;
Thanks&lt;br&gt;
&lt;/div&gt;</description><author>GR</author><pubDate>Thu, 03 Jul 2008 20:49:36 GMT</pubDate><guid isPermaLink="false">New Post: Failed to generate spml. Cannot load the list definition for docs 20080703084936P</guid></item><item><title>NEW POST: Project still alive?</title><link>http://www.codeplex.com/LINQtoSharePoint/Thread/View.aspx?ThreadId=26586</link><description>&lt;div style="line-height: normal;"&gt;&lt;br&gt;
&lt;div style="border-style:dotted none;border-color:rgb(170, 170, 170) -moz-use-text-color;border-width:0.1em medium;margin:1em 0em 2.5em 3em;padding:0.2em;font-style:italic"&gt;&lt;br&gt;
Marzel wrote:&lt;br&gt;
Is the project still alive? There are no checkins this year. Is there a roadmap for the beta version?&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;
I do not know the status of this project, but if you are interested in
using LINQ for SharePoint development, there is a new solution on the
horizon. It's a solution called LINQ4SP, you can find more info here:
http://www.sharepointblogs.com/aghy/archive/2008/05/08/announcing-linq4sp.aspx&lt;br&gt;
&lt;/div&gt;</description><author>lurko</author><pubDate>Wed, 14 May 2008 11:21:43 GMT</pubDate><guid isPermaLink="false">NEW POST: Project still alive? 20080514112143A</guid></item><item><title>NEW POST: Project still alive?</title><link>http://www.codeplex.com/LINQtoSharePoint/Thread/View.aspx?ThreadId=26586</link><description>&lt;div style="line-height: normal;"&gt;Hi Marzel,&lt;br&gt;
&lt;br&gt;
I do not know the status of this project, but if you are interested in using LINQ for SharePoint development, there is a new solution on the horizon. It's a solution called LINQ4SP, you can find more info here: http://www.sharepointblogs.com/aghy/archive/2008/05/08/announcing-linq4sp.aspx&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;</description><author>lurko</author><pubDate>Wed, 14 May 2008 11:20:35 GMT</pubDate><guid isPermaLink="false">NEW POST: Project still alive? 20080514112035A</guid></item><item><title>NEW POST: Project still alive?</title><link>http://www.codeplex.com/LINQtoSharePoint/Thread/View.aspx?ThreadId=26586</link><description>&lt;div class="wikidoc"&gt;
Is the project still alive? There are no checkins this year. Is there a roadmap for the beta version?&lt;br /&gt;
&lt;/div&gt;</description><author>Marzel</author><pubDate>Fri, 25 Apr 2008 09:10:36 GMT</pubDate><guid isPermaLink="false">NEW POST: Project still alive? 20080425091036A</guid></item><item><title>NEW POST: Search Documents</title><link>http://www.codeplex.com/LINQtoSharePoint/Thread/View.aspx?ThreadId=26392</link><description>&lt;div class="wikidoc"&gt;
Can you use this to query documents using the full text search? &lt;br /&gt; &lt;br /&gt;Thanks!&lt;br /&gt;
&lt;/div&gt;</description><author>kyleroche</author><pubDate>Tue, 22 Apr 2008 16:36:37 GMT</pubDate><guid isPermaLink="false">NEW POST: Search Documents 20080422043637P</guid></item><item><title>NEW POST: Problem with Calculated field in SPMetal</title><link>http://www.codeplex.com/LINQtoSharePoint/Thread/View.aspx?ThreadId=26302</link><description>&lt;div class="wikidoc"&gt;
Hi,&lt;br /&gt; &lt;br /&gt;I'm using SPMetal to general code for one of our big sharepoint lists that has several lookups into other lists.&lt;br /&gt;One of those other lists has 2 calculated fields to concat &amp;quot;Last Name&amp;quot; and &amp;quot;First Name&amp;quot; fields into a &amp;quot;Full Name&amp;quot; field using the formula:&lt;br /&gt; &lt;br /&gt;=[Last Name]&amp;amp;&amp;quot;,&amp;quot;&amp;amp;&amp;quot; &amp;quot;&amp;amp;[First Name]&lt;br /&gt; &lt;br /&gt;SPMetal seems to throw an error when it encounters those fields:&lt;br /&gt; &lt;br /&gt;Invalid Lookup field list reference encountered: list {a1cc3412-9fb5-4387-98ea-5e4cc93ea259} referred to by field Main_x0020_Contact is unknown in the SharePoint context.&lt;br /&gt; &lt;br /&gt;The list the error references does exist.&lt;br /&gt; &lt;br /&gt;Can anyone advise if SPMetal should be able to cope with these calculated fields?&lt;br /&gt; &lt;br /&gt;Thanks&lt;br /&gt; &lt;br /&gt;JKI&lt;br /&gt;
&lt;/div&gt;</description><author>jki</author><pubDate>Mon, 21 Apr 2008 09:58:33 GMT</pubDate><guid isPermaLink="false">NEW POST: Problem with Calculated field in SPMetal 20080421095833A</guid></item><item><title>NEW POST: SPML suddenly unfunctional</title><link>http://www.codeplex.com/LINQtoSharePoint/Thread/View.aspx?ThreadId=19275</link><description>&lt;div class="wikidoc"&gt;
Hi,&lt;br /&gt; &lt;br /&gt;I have the same problem.&lt;br /&gt;The error I'm getting is:&lt;br /&gt; &lt;br /&gt;Invalid Lookup field list reference encountered: list Docs referred to by field&lt;br /&gt;_CheckinComment is unknown in the SharePoint context.&lt;br /&gt; &lt;br /&gt;Thanx&lt;br /&gt;
&lt;/div&gt;</description><author>velvet</author><pubDate>Fri, 04 Apr 2008 13:04:36 GMT</pubDate><guid isPermaLink="false">NEW POST: SPML suddenly unfunctional 20080404010436P</guid></item><item><title>NEW POST: Using the same entity class for multiple lists</title><link>http://www.codeplex.com/LINQtoSharePoint/Thread/View.aspx?ThreadId=25106</link><description>&lt;div class="wikidoc"&gt;
If I see this correctly, currently an entity class is bound to a single SharePoint list instance. I think it would be useful if you could use the same entity class for multiple list instances, as it is quite common to have multiple lists having the same schema, but currently there is no way to write code that could handle all these lists the same. &lt;br /&gt;For example I could imagine an overload for SharePointDataContext.GetList&amp;lt;T&amp;gt;() that would also take the name of the list: &lt;br /&gt;SharePointDataContext.GetList&amp;lt;T&amp;gt;(string listName)&lt;br /&gt;What do you think of this?&lt;br /&gt;
&lt;/div&gt;</description><author>csgero</author><pubDate>Tue, 01 Apr 2008 15:18:41 GMT</pubDate><guid isPermaLink="false">NEW POST: Using the same entity class for multiple lists 20080401031841P</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>NEW POST: Null Value exception</title><link>http://www.codeplex.com/LINQtoSharePoint/Thread/View.aspx?ThreadId=24947</link><description>&lt;div class="wikidoc"&gt;
When I access a sharepoint list field with a null value (no entry), I get an exception error. &lt;br /&gt; &lt;br /&gt;I have suucessully connected to the list and I am trying to populate a SQL Server Compact Edition (sdf) database. When I interate throuhg the query, if a filed has null value, it gives me an error and I had to work around using try / catch exception.  I am sure there is a better way and I am missing something.&lt;br /&gt; &lt;br /&gt;HEre is a portion of the code:&lt;br /&gt; &lt;br /&gt;             string conn =&amp;quot;|DataDirectory|\\Schedule.sdf&amp;quot;;&lt;br /&gt;                DataContext ds = new DataContext(conn);&lt;br /&gt;                Table&amp;lt;ScheduleData&amp;gt; Schedules = ds.GetTable&amp;lt;ScheduleData&amp;gt;();&lt;br /&gt;                Table&amp;lt;Rooms&amp;gt; Rms = ds.GetTable&amp;lt;Rooms&amp;gt;();&lt;br /&gt;                Table&amp;lt;Resources&amp;gt; Rsc = ds.GetTable&amp;lt;Resources&amp;gt;();&lt;br /&gt; &lt;br /&gt;                var ct = new ScheduleDataSharePointDataContext();&lt;br /&gt;                var dt = from p in ct.MTCEngagements&lt;br /&gt;                         where p.StartDate12 &amp;gt; DateTime.Today.AddDays(-1)&lt;br /&gt;                         orderby p.StartDate12&lt;br /&gt;                         select p;&lt;br /&gt;              //ct.Log = Console.Out;&lt;br /&gt;                //ds.Log = Console.Out;&lt;br /&gt; &lt;br /&gt;                  &lt;br /&gt;                    foreach (var q in dt)&lt;br /&gt;                    {&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;                        string lead= null;&lt;br /&gt;                          try&lt;br /&gt;                        {&lt;br /&gt;                           lead = q.Lead.ResourceAlias;                                 // I get an error if the Lead.ResourceAlias is null.......&lt;br /&gt; &lt;br /&gt;                        }&lt;br /&gt;                        catch (Exception)&lt;br /&gt;                        {&lt;br /&gt;                            lead = &amp;quot;None&amp;quot;;&lt;br /&gt;                        }&lt;br /&gt;                 &lt;br /&gt;                  .........&lt;br /&gt;
&lt;/div&gt;</description><author>RajKrishnan</author><pubDate>Sat, 29 Mar 2008 04:49:51 GMT</pubDate><guid isPermaLink="false">NEW POST: Null Value exception 20080329044951A</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>NEW POST: SP0099: Unsupported query expression detected.</title><link>http://www.codeplex.com/LINQtoSharePoint/Thread/View.aspx?ThreadId=24037</link><description>&lt;div class="wikidoc"&gt;
&lt;div class="quote"&gt;
 &lt;br /&gt;smartin wrote:&lt;br /&gt;You can use SharePoint Explorer http://blog.mondosoft.com/ontolica/archive/2007/02/15/SharePoint-Explorer-for-WSS3.aspx&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;Thank you very much! This looks like a great tool, awesome!. So here's my SchemaXML for the field:&lt;br /&gt; &lt;br /&gt;&amp;lt;Field Type=&amp;quot;Text&amp;quot; DisplayName=&amp;quot;S-Order&amp;quot; Required=&amp;quot;FALSE&amp;quot; MaxLength=&amp;quot;255&amp;quot; ID=&amp;quot;{e938e162-c1c3-49c5-9971-793673a16765}&amp;quot; SourceID=&amp;quot;{304f80d5-33ab-460d-b0a8-743c4638223f}&amp;quot; StaticName=&amp;quot;S&lt;i&gt;x002d&lt;/i&gt;Order&amp;quot; Name=&amp;quot;S&lt;i&gt;x002d&lt;/i&gt;Order&amp;quot; ColName=&amp;quot;nvarchar5&amp;quot; RowOrdinal=&amp;quot;0&amp;quot; Version=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;Default /&amp;gt;&amp;lt;/Field&amp;gt;&lt;br /&gt;
&lt;/div&gt;</description><author>ViktorBergman</author><pubDate>Mon, 17 Mar 2008 11:45:13 GMT</pubDate><guid isPermaLink="false">NEW POST: SP0099: Unsupported query expression detected. 20080317114513A</guid></item><item><title>NEW POST: SP0099: Unsupported query expression detected.</title><link>http://www.codeplex.com/LINQtoSharePoint/Thread/View.aspx?ThreadId=24037</link><description>&lt;div class="wikidoc"&gt;
You can use SharePoint Explorer http://blog.mondosoft.com/ontolica/archive/2007/02/15/SharePoint-Explorer-for-WSS3.aspx&lt;br /&gt;
&lt;/div&gt;</description><author>smartin</author><pubDate>Mon, 17 Mar 2008 09:48:38 GMT</pubDate><guid isPermaLink="false">NEW POST: SP0099: Unsupported query expression detected. 20080317094838A</guid></item><item><title>NEW POST: SP0099: Unsupported query expression detected.</title><link>http://www.codeplex.com/LINQtoSharePoint/Thread/View.aspx?ThreadId=24037</link><description>&lt;div class="wikidoc"&gt;
&lt;div class="quote"&gt;
 &lt;br /&gt;smartin wrote:&lt;br /&gt;Please, attach some detailed information regarding your custom field. SchemaXml would be nice - like this: &amp;lt;Field ID=&amp;quot;{038D1503-4629-40f6-ADAF-B47D1AB2D4FE}&amp;quot; Name=&amp;quot;Company&amp;quot; SourceID=&amp;quot;http://schemas.microsoft.com/sharepoint/v3&amp;quot; StaticName=&amp;quot;Company&amp;quot; Group=&amp;quot;Core Contact and Calendar Columns&amp;quot; DisplayName=&amp;quot;Company&amp;quot; Type=&amp;quot;Text&amp;quot; /&amp;gt;.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;Ok, but how do I get the SchemaXML of the field out of sharepoint. I have looked in the database but cannot find where the fields are stored.&lt;br /&gt;Thanks!&lt;br /&gt;
&lt;/div&gt;</description><author>ViktorBergman</author><pubDate>Mon, 17 Mar 2008 07:38:40 GMT</pubDate><guid isPermaLink="false">NEW POST: SP0099: Unsupported query expression detected. 20080317073840A</guid></item><item><title>NEW POST: SP0099: Unsupported query expression detected.</title><link>http://www.codeplex.com/LINQtoSharePoint/Thread/View.aspx?ThreadId=24037</link><description>&lt;div class="wikidoc"&gt;
Please, attach some detailed information regarding your custom field. SchemaXml would be nice - like this: &amp;lt;Field ID=&amp;quot;{038D1503-4629-40f6-ADAF-B47D1AB2D4FE}&amp;quot; Name=&amp;quot;Company&amp;quot; SourceID=&amp;quot;http://schemas.microsoft.com/sharepoint/v3&amp;quot; StaticName=&amp;quot;Company&amp;quot; Group=&amp;quot;Core Contact and Calendar Columns&amp;quot; DisplayName=&amp;quot;Company&amp;quot; Type=&amp;quot;Text&amp;quot; /&amp;gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>smartin</author><pubDate>Fri, 14 Mar 2008 14:00:35 GMT</pubDate><guid isPermaLink="false">NEW POST: SP0099: Unsupported query expression detected. 20080314020035P</guid></item><item><title>NEW POST: SP0099: Unsupported query expression detected.</title><link>http://www.codeplex.com/LINQtoSharePoint/Thread/View.aspx?ThreadId=24037</link><description>&lt;div class="wikidoc"&gt;
In my &amp;quot;Tasks&amp;quot; list in Sharepoint I have specified serveral custom columns. They all get mapped correctly in the SPML but once i try to query against it i get &amp;quot;SP0099: Unsupported query expression detected.&amp;quot;. If I remove the WHERE against the column and simply enumerate the results and print out the column value i get nothing, the value is nothing...although in sharepoint it does have a value.&lt;br /&gt; &lt;br /&gt;I am running:&lt;br /&gt;MOSS 2007&lt;br /&gt;VS2008 (project targetted at 3.5)&lt;br /&gt; &lt;br /&gt;The column is mapped like this in my SPML:&lt;br /&gt;&amp;lt;Field Name=&amp;quot;S&lt;i&gt;x002d&lt;/i&gt;Order&amp;quot; DisplayName=&amp;quot;S-Order&amp;quot; Type=&amp;quot;Text&amp;quot; Description=&amp;quot;Serviceorder&amp;quot; Id=&amp;quot;92219223-79d9-46d7-99e9-8811e0ab41c8&amp;quot; /&amp;gt;&lt;br /&gt; &lt;br /&gt;Thankful for any help! =)&lt;br /&gt;
&lt;/div&gt;</description><author>ViktorBergman</author><pubDate>Fri, 14 Mar 2008 08:19:50 GMT</pubDate><guid isPermaLink="false">NEW POST: SP0099: Unsupported query expression detected. 20080314081950A</guid></item></channel></rss>