<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>SP2007LookupFields Work Item Rss Feed</title><link>http://www.codeplex.com/SP2007LookupFields/WorkItem/List.aspx</link><description>SP2007LookupFields Work Item Rss Description</description><item><title>Created Issue: ListName being passed when ColumnName is expected?</title><link>http://sp2007lookupfields.codeplex.com/WorkItem/View.aspx?WorkItemId=13298</link><description>There is a call to createLookupColumn&amp;#40;currentWeb, sFinalCaml, sListName&amp;#41; passing in the ListName as the last parameter but it actually seems to be expecting the ColumnName &amp;#40;...string sColumnName&amp;#41; as the last parameter. I changed my version of the code to pass in the column name and it all seems to work fine.&lt;br /&gt;Also, replaced the code &amp;#34;lookupColumn &amp;#61; web.Fields&amp;#91;sColumnName&amp;#93; as SPFieldLookup&amp;#59;&amp;#34; with &amp;#34;lookupColumn &amp;#61; web.Fields.GetFieldByInternalName&amp;#40;sColumnName&amp;#41; as SPFieldLookup&amp;#59;&amp;#34;&lt;br /&gt;</description><author>Frost</author><pubDate>Thu, 21 May 2009 08:42:52 GMT</pubDate><guid isPermaLink="false">Created Issue: ListName being passed when ColumnName is expected? 20090521084252A</guid></item><item><title>CREATED ISSUE: Field xmlns throws an exception during Content Deployment</title><link>http://www.codeplex.com/SP2007LookupFields/WorkItem/View.aspx?WorkItemId=10172</link><description>An exception is thrown during content deployment for lookup fields created using this sample code. It reads &amp;#34;The element &amp;#39;FieldTemplate&amp;#39; in namespace &amp;#39;urn&amp;#58;deployment-manifest-schema&amp;#39; has invalid child element &amp;#39;Field&amp;#39;...&amp;#34;&lt;br /&gt;&lt;br /&gt;This is inheriting the namespace from your root Elements namespace. I&amp;#39;ve found success with the following code that sets the Namespaces property of the XmlTextReader to false&amp;#58;&lt;br /&gt;&lt;br /&gt;            XmlTextReader lookupFieldsXmlTextReader &amp;#61; new XmlTextReader&amp;#40;lookupFieldsFilePath&amp;#41;&amp;#59;&lt;br /&gt;            lookupFieldsXmlTextReader.Namespaces &amp;#61; false&amp;#59;&lt;br /&gt;</description><author>sgoodyear</author><pubDate>Mon, 12 May 2008 02:08:50 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Field xmlns throws an exception during Content Deployment 20080512020850A</guid></item><item><title>COMMENTED ISSUE: createLookupColumn throws an exception if the Field definition's DisplayName attribute is different from Name</title><link>http://www.codeplex.com/SP2007LookupFields/WorkItem/View.aspx?WorkItemId=5485</link><description>createLookupColumn throws an exception if the Field definition&amp;#39;s DisplayName attribute is different from Name.&lt;br /&gt;&lt;br /&gt;&amp;#47;&amp;#47; AddFieldAsXml returns the field Name&lt;br /&gt;string sCreatedColName &amp;#61; web.Fields.AddFieldAsXml&amp;#40;sColumnDefinitionXml&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;&amp;#47;&amp;#47; web.Fields expects the DisplayName&lt;br /&gt;lookupColumn &amp;#61; web.Fields&amp;#91;sCreatedColName&amp;#93;&amp;#59;&lt;br /&gt;&lt;br /&gt;&amp;#47;&amp;#47; This should do the trick&lt;br /&gt;lookupColumn &amp;#61; web.Fields.GetFieldByInternalName&amp;#40;sCreatedColName&amp;#41; as SPFieldLookup&lt;br/&gt;Comments: ** Comment from web user: chrisobrien ** &lt;p&gt;Fixed in 1.0.0.1&lt;/p&gt;</description><author>chrisobrien</author><pubDate>Wed, 12 Sep 2007 09:41:48 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: createLookupColumn throws an exception if the Field definition's DisplayName attribute is different from Name 20070912094148A</guid></item><item><title>CREATED ISSUE: createLookupColumn throws an exception if the Field definition's DisplayName attribute is different from Name</title><link>http://www.codeplex.com/SP2007LookupFields/WorkItem/View.aspx?WorkItemId=5485</link><description>createLookupColumn throws an exception if the Field definition&amp;#39;s DisplayName attribute is different from Name.&lt;br /&gt;&lt;br /&gt;&amp;#47;&amp;#47; AddFieldAsXml returns the field Name&lt;br /&gt;string sCreatedColName &amp;#61; web.Fields.AddFieldAsXml&amp;#40;sColumnDefinitionXml&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;&amp;#47;&amp;#47; web.Fields expects the DisplayName&lt;br /&gt;lookupColumn &amp;#61; web.Fields&amp;#91;sCreatedColName&amp;#93;&amp;#59;&lt;br /&gt;&lt;br /&gt;&amp;#47;&amp;#47; This should do the trick&lt;br /&gt;lookupColumn &amp;#61; web.Fields.GetFieldByInternalName&amp;#40;sCreatedColName&amp;#41; as SPFieldLookup&lt;br/&gt;</description><author>socasanta</author><pubDate>Sun, 26 Aug 2007 07:50:24 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: createLookupColumn throws an exception if the Field definition's DisplayName attribute is different from Name 20070826075024A</guid></item></channel></rss>