<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Programmatically Create a Managed Metadata List Column (Mohammed Faizan)</title><link>http://blogs.msdn.com/b/sharepointdev/archive/2012/04/16/programmatically-create-a-managed-metadata-list-column-mohammed-faizan.aspx</link><description>Managed metadata is a hierarchical collection of centrally managed terms that you can define, and then use as attributes for items in Microsoft SharePoint Server 2010. Refer here for more information on the managed metadata in SharePoint 2010. A column</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Programmatically Create a Managed Metadata List Column (Mohammed Faizan)</title><link>http://blogs.msdn.com/b/sharepointdev/archive/2012/04/16/programmatically-create-a-managed-metadata-list-column-mohammed-faizan.aspx#10316006</link><pubDate>Wed, 06 Jun 2012 16:03:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10316006</guid><dc:creator>Robert Johnson</dc:creator><description>&lt;p&gt;Free Taxonomy Editor For SharePoint offers a designer to create/edit/translate taxonomies in Visual Studio &lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://visualstudiogallery.msdn.microsoft.com/6376118f-c5ad-41a7-a6e7-2a53c19bf6c3"&gt;visualstudiogallery.msdn.microsoft.com/6376118f-c5ad-41a7-a6e7-2a53c19bf6c3&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10316006" width="1" height="1"&gt;</description></item><item><title>re: Programmatically Create a Managed Metadata List Column (Mohammed Faizan)</title><link>http://blogs.msdn.com/b/sharepointdev/archive/2012/04/16/programmatically-create-a-managed-metadata-list-column-mohammed-faizan.aspx#10301245</link><pubDate>Fri, 04 May 2012 23:37:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10301245</guid><dc:creator>tim</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The project worked when I added this also.&lt;/p&gt;
&lt;p&gt;using System.Linq;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10301245" width="1" height="1"&gt;</description></item><item><title>re: Programmatically Create a Managed Metadata List Column (Mohammed Faizan)</title><link>http://blogs.msdn.com/b/sharepointdev/archive/2012/04/16/programmatically-create-a-managed-metadata-list-column-mohammed-faizan.aspx#10294179</link><pubDate>Mon, 16 Apr 2012 16:57:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10294179</guid><dc:creator>Mahmoud Hamed</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;This code will fail if you activate this feature from PowerShell for example where there is no context&lt;/p&gt;
&lt;p&gt;//Get the Taxonomy session for current SPSite&lt;/p&gt;
&lt;p&gt; &amp;nbsp; TaxonomySession session = new TaxonomySession(SPContext.Current.Site);&lt;/p&gt;
&lt;p&gt;I think it should be like that:&lt;/p&gt;
&lt;p&gt;TaxonomySession session = new TaxonomySession((SPSite)properties.Feature.Parent);&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10294179" width="1" height="1"&gt;</description></item></channel></rss>