<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>SharePoint Connected Lookup</title><link>http://cl.codeplex.com/project/feeds/rss</link><description>This is the implementation of most wanted Hierarchial Dropdowns</description><item><title>New Post: tested in 2010?</title><link>http://cl.codeplex.com/discussions/266211</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I have migrated a list from 2007 to 2010 which used the connected lookup field however now the 2010 system wants to delete the field because it is not installed properly.&amp;nbsp; I need to apply this to my 2010 box however I was wondering if anyone has successfully
 done so?&amp;nbsp; Thank you in advance.&lt;/p&gt;
&lt;/div&gt;</description><author>cstecy</author><pubDate>Fri, 22 Jul 2011 13:34:22 GMT</pubDate><guid isPermaLink="false">New Post: tested in 2010? 20110722013422P</guid></item><item><title>Reviewed: Version 2.0 (May 11, 2011)</title><link>http://cl.codeplex.com/releases/view/20080#ReviewBy-missshee</link><description>Rated 4 Stars &amp;#40;out of 5&amp;#41; - There is a bug when the field is defined as a required field&amp;#33;&amp;#10;Thanks , good job </description><author>missshee</author><pubDate>Wed, 11 May 2011 08:47:22 GMT</pubDate><guid isPermaLink="false">Reviewed: Version 2.0 (May 11, 2011) 20110511084722A</guid></item><item><title>New Post: not able to update connected lookupfield in a list using c# (sharepont)</title><link>http://cl.codeplex.com/Thread/View.aspx?ThreadId=243300</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;&lt;span style="font-size:x-small"&gt;&lt;span style="font-size:x-small"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:x-small"&gt;&lt;span style="font-size:x-small"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small"&gt;&amp;nbsp;&lt;/span&gt;&amp;nbsp;&amp;nbsp;add a reference to the connectedlookupfield.dll in your project&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;span style="color:#008080; font-size:x-small"&gt;&lt;span style="color:#008080; font-size:x-small"&gt;ConnectedLookupField&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small"&gt; objwebsensetype =
&lt;/span&gt;&lt;span style="color:#0000ff; font-size:x-small"&gt;&lt;span style="color:#0000ff; font-size:x-small"&gt;new&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small"&gt;
&lt;/span&gt;&lt;span style="color:#008080; font-size:x-small"&gt;&lt;span style="color:#008080; font-size:x-small"&gt;ConnectedLookupField&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small"&gt;(list.Fields,
&lt;/span&gt;&lt;span style="color:#800000; font-size:x-small"&gt;&lt;span style="color:#800000; font-size:x-small"&gt;&amp;quot;Websensetype&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small"&gt;);&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;objwebsensesubtype.DefaultValue = &amp;quot;10;# VALUE&amp;quot;;&lt;/p&gt;
&lt;p&gt;item[&amp;quot;columnname&amp;quot;]=objwebsensesubtype.DefaultValue;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;item.update();&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:x-small"&gt;&lt;span style="font-size:x-small"&gt;&lt;span style="font-size:x-small"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:x-small"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/span&gt;&lt;/span&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>259016</author><pubDate>Thu, 27 Jan 2011 05:14:31 GMT</pubDate><guid isPermaLink="false">New Post: not able to update connected lookupfield in a list using c# (sharepont) 20110127051431A</guid></item><item><title>New Post: not able to update connected lookupfield in a list using c# (sharepont)</title><link>http://cl.codeplex.com/Thread/View.aspx?ThreadId=243300</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;IAM not able to update connected lookupfield in a list using c# .please give us some solution its very urgent&lt;/p&gt;
&lt;/div&gt;</description><author>259016</author><pubDate>Wed, 26 Jan 2011 04:04:02 GMT</pubDate><guid isPermaLink="false">New Post: not able to update connected lookupfield in a list using c# (sharepont) 20110126040402A</guid></item><item><title>New Post: Migrate List with cl column to Foundation 2010</title><link>http://cl.codeplex.com/Thread/View.aspx?ThreadId=231613</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;first of all thanks for this nice solution.&lt;/p&gt;
&lt;p&gt;Currently i'm triing to migrate my List from WSS3.0 to the new foundation Platform with a migration tool. Unfortunally this tool has a problem with this custom column.&lt;/p&gt;
&lt;p&gt;What i tried is to write a litte program in c# which just copies the value of the connected lookup columns into a text field an the migrate the list. This code works with every other&lt;/p&gt;
&lt;p&gt;list column but not with the CL. Do you have any idea of how to access the values from the CL column via code ?&lt;/p&gt;
&lt;p&gt;Greets&lt;/p&gt;
&lt;p&gt;Marco&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;using System;&lt;br&gt;using System.Collections.Generic;&lt;br&gt;using System.Linq;&lt;br&gt;using System.Text;&lt;br&gt;using Microsoft.SharePoint;&lt;br&gt;using System.Configuration;&lt;br&gt;namespace UpdateSPList&lt;br&gt;{&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; class Program&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; static void Main(string[] args)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&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; SPSite site = new SPSite(&amp;quot;&lt;a href="http://myserver/main"&gt;http://myserver/main&lt;/a&gt;&amp;quot;);&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; SPWeb web = site.OpenWeb();&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; SPList list = web.Lists[&amp;quot;mylist&amp;quot;];&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;&lt;/p&gt;
&lt;p&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; web.AllowUnsafeUpdates = true;&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; foreach (SPListItem item in list.Items)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; item[&amp;quot;copyofconnectedlookup&amp;quot;] = item[&amp;quot;originalconnectedlookup&amp;quot;];&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; item.SystemUpdate(false);&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; list.Update();&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&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; web.AllowUnsafeUpdates = false;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;
&lt;p&gt;&lt;br&gt;}&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>wattsonlosen</author><pubDate>Wed, 20 Oct 2010 10:40:02 GMT</pubDate><guid isPermaLink="false">New Post: Migrate List with cl column to Foundation 2010 20101020104002A</guid></item><item><title>New Post: Version for SharePoint Foundation 2010?</title><link>http://cl.codeplex.com/Thread/View.aspx?ThreadId=228219</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;We have it only on roadmap at this point. Please feel free to contact me at &lt;a href="mailto:ddade@stoictech.com"&gt;ddade@stoictech.com&lt;/a&gt; directly.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Dmitriy&lt;/p&gt;&lt;/div&gt;</description><author>ddade</author><pubDate>Tue, 05 Oct 2010 17:16:11 GMT</pubDate><guid isPermaLink="false">New Post: Version for SharePoint Foundation 2010? 20101005051611P</guid></item><item><title>New Post: Version for SharePoint Foundation 2010?</title><link>http://cl.codeplex.com/Thread/View.aspx?ThreadId=228219</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Do you have more information on this?&amp;nbsp; Is there a site I can go to?&lt;/p&gt;&lt;/div&gt;</description><author>carolinacr</author><pubDate>Thu, 30 Sep 2010 19:15:04 GMT</pubDate><guid isPermaLink="false">New Post: Version for SharePoint Foundation 2010? 20100930071504P</guid></item><item><title>New Post: Version for SharePoint Foundation 2010?</title><link>http://cl.codeplex.com/Thread/View.aspx?ThreadId=228219</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Stoic is considering this option for commercial release.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Dmitriy&lt;/p&gt;&lt;/div&gt;</description><author>ddade</author><pubDate>Fri, 24 Sep 2010 16:52:21 GMT</pubDate><guid isPermaLink="false">New Post: Version for SharePoint Foundation 2010? 20100924045221P</guid></item><item><title>New Post: Version for SharePoint Foundation 2010?</title><link>http://cl.codeplex.com/Thread/View.aspx?ThreadId=228219</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;What are the plans for having a version that works in SharePoint Foundation 2010?&lt;/p&gt;&lt;/div&gt;</description><author>carolinacr</author><pubDate>Wed, 22 Sep 2010 20:42:47 GMT</pubDate><guid isPermaLink="false">New Post: Version for SharePoint Foundation 2010? 20100922084247P</guid></item><item><title>Source code checked in, #52373</title><link>http://cl.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>Reviewed: Version 2.0 (jun 22, 2010)</title><link>http://cl.codeplex.com/releases/view/20080#ReviewBy-Nielsen</link><description>Rated 1 Stars &amp;#40;out of 5&amp;#41; - Maybe great for small scale&amp;#47;home use. We experience a problem where selected items are dropped - this seems to be identified as a bug........impossible to get any help in the forum, and the source downloaded is incomplete - help yourself &amp;#58;-&amp;#62;</description><author>Nielsen</author><pubDate>Tue, 22 Jun 2010 12:33:59 GMT</pubDate><guid isPermaLink="false">Reviewed: Version 2.0 (jun 22, 2010) 20100622123359P</guid></item><item><title>New Post: CL in a Content-Type in a Document Library causes an error.</title><link>http://cl.codeplex.com/Thread/View.aspx?ThreadId=51489</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am also got the same error message when I try to use it as Content Type + Pages library. Any solution for this?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br&gt;Prakash&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>pgnanaprakash</author><pubDate>Mon, 21 Jun 2010 05:15:14 GMT</pubDate><guid isPermaLink="false">New Post: CL in a Content-Type in a Document Library causes an error. 20100621051514A</guid></item><item><title>New Post: Editing an item, It doesn't remember previous values</title><link>http://cl.codeplex.com/Thread/View.aspx?ThreadId=46909</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;We also experience the problem with loosing the selection on edit.&lt;/p&gt;
&lt;p&gt;Is it possible for somebody to post the solution created sarathy1980 ?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Morten&lt;/p&gt;&lt;/div&gt;</description><author>Nielsen</author><pubDate>Thu, 20 May 2010 11:49:02 GMT</pubDate><guid isPermaLink="false">New Post: Editing an item, It doesn't remember previous values 20100520114902A</guid></item><item><title>New Post: Multiple source lists</title><link>http://cl.codeplex.com/Thread/View.aspx?ThreadId=207264</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Thanks for the response.&lt;/p&gt;
&lt;p&gt;Is the source code on here up to date enough to pull out and work on? I read some of the threads saying perhaps not.&lt;/p&gt;
&lt;p&gt;If not, how could I get it/&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>dafunkphenomenon</author><pubDate>Thu, 25 Mar 2010 15:56:14 GMT</pubDate><guid isPermaLink="false">New Post: Multiple source lists 20100325035614P</guid></item><item><title>New Post: Multiple source lists</title><link>http://cl.codeplex.com/Thread/View.aspx?ThreadId=207264</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Yes, it is. Feeding lookup from different lists is possible but will require development efforts.&lt;/p&gt;&lt;/div&gt;</description><author>leonidly</author><pubDate>Thu, 25 Mar 2010 15:50:24 GMT</pubDate><guid isPermaLink="false">New Post: Multiple source lists 20100325035024P</guid></item><item><title>New Post: Source code</title><link>http://cl.codeplex.com/Thread/View.aspx?ThreadId=207267</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi, could you can me which source code release corresponds to v2 solution release.&lt;/p&gt;
&lt;p&gt;Also, are there any significant improvements in the checked in files since the release?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;</description><author>dafunkphenomenon</author><pubDate>Thu, 25 Mar 2010 11:08:10 GMT</pubDate><guid isPermaLink="false">New Post: Source code 20100325110810A</guid></item><item><title>New Post: Multiple source lists</title><link>http://cl.codeplex.com/Thread/View.aspx?ThreadId=207264</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I've seen on some of the older blogs regarding all the connected columns needing to be in the same list as depicted in your quick start guide.&lt;/p&gt;
&lt;p&gt;Is this still the same? Would be great to be able to have the connected lookups in different lists like the datacogs one.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;</description><author>dafunkphenomenon</author><pubDate>Thu, 25 Mar 2010 11:01:03 GMT</pubDate><guid isPermaLink="false">New Post: Multiple source lists 20100325110103A</guid></item><item><title>New Post: Connect to List in other Site Collection</title><link>http://cl.codeplex.com/Thread/View.aspx?ThreadId=54213</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Any suggestions?&lt;/p&gt;&lt;/div&gt;</description><author>leonidly</author><pubDate>Fri, 19 Feb 2010 14:57:07 GMT</pubDate><guid isPermaLink="false">New Post: Connect to List in other Site Collection 20100219025707P</guid></item><item><title>New Post: Connect to List in other Site Collection</title><link>http://cl.codeplex.com/Thread/View.aspx?ThreadId=54213</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Got it using reflrector:&lt;/p&gt;
&lt;p&gt;ConnectedLookupFieldEditor.cs, in method&amp;nbsp;
&lt;div style="color:Black;background-color:White"&gt;
&lt;pre&gt;&lt;span style="color:Blue"&gt;public&lt;/span&gt; &lt;span style="color:Blue"&gt;void&lt;/span&gt; OnSaveChange(SPField field, &lt;span style="color:Blue"&gt;bool&lt;/span&gt; bNewField)
{
	...
	field2.LookupWebId = web.ID;
	...
}
&lt;/pre&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;It fails because of check in base class SPFieldLookup:&lt;/p&gt;
&lt;p&gt;
&lt;div style="color:Black;background-color:White"&gt;
&lt;pre&gt;&lt;span style="color:Blue"&gt;public&lt;/span&gt; Guid LookupWebId
{
    ....
    &lt;span style="color:Blue"&gt;set&lt;/span&gt;
    {
        &lt;span style="color:Blue"&gt;if&lt;/span&gt; (((&lt;span style="color:Blue"&gt;base&lt;/span&gt;.Fields != &lt;span style="color:Blue"&gt;null&lt;/span&gt;) &amp;amp;&amp;amp; (&lt;span style="color:Blue"&gt;base&lt;/span&gt;.Fields.Web != &lt;span style="color:Blue"&gt;null&lt;/span&gt;)) &amp;amp;&amp;amp; ((&lt;span style="color:Blue"&gt;base&lt;/span&gt;.Fields.Web.ID != value) &amp;amp;&amp;amp; (&lt;span style="color:Blue"&gt;base&lt;/span&gt;.Fields.Web.Site != &lt;span style="color:Blue"&gt;null&lt;/span&gt;)))
        {
            &lt;span style="color:Green"&gt;// surely it is not here, because our SideID is in other site collection 8(&lt;/span&gt;
            &lt;span style="color:Blue"&gt;base&lt;/span&gt;.Fields.Web.Site.AllWebs[value].Close();  
        }
        &lt;span style="color:Blue"&gt;base&lt;/span&gt;.SetFieldAttributeValue(&lt;span style="color:#A31515"&gt;&amp;quot;WebId&amp;quot;&lt;/span&gt;, value.ToString());
    }
}

&lt;/pre&gt;
&lt;/div&gt;
&lt;/p&gt;&lt;/div&gt;</description><author>justmara</author><pubDate>Fri, 19 Feb 2010 09:43:56 GMT</pubDate><guid isPermaLink="false">New Post: Connect to List in other Site Collection 20100219094356A</guid></item><item><title>New Post: Connect to List in other Site Collection</title><link>http://cl.codeplex.com/Thread/View.aspx?ThreadId=54213</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Got the same problem.&lt;/p&gt;
&lt;p&gt;Tried to write in list's url, and site-collection url - same result. It fails with &amp;quot;&lt;span id="ctl00_PlaceHolderMain_LabelMessage"&gt;Value does not fall  within the expected range&lt;/span&gt;&amp;quot;.&lt;/p&gt;
&lt;p&gt;And I cannot find any error message in sharepoint log about it.&lt;/p&gt;&lt;/div&gt;</description><author>justmara</author><pubDate>Wed, 17 Feb 2010 14:01:34 GMT</pubDate><guid isPermaLink="false">New Post: Connect to List in other Site Collection 20100217020134P</guid></item></channel></rss>
