<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SharePoint DanRTM</title>
	<atom:link href="http://www.sharepointdan.com/tag/rtm/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sharepointdan.com</link>
	<description>Connecting... Collaborating... Communicating...</description>
	<lastBuildDate>Sat, 04 Feb 2012 20:14:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>TaxonomyPicker.ascx bug (SP2010 RTM)</title>
		<link>http://www.sharepointdan.com/2010/05/19/taxonomypicker-ascx-bug-sp2010-rtm/</link>
		<comments>http://www.sharepointdan.com/2010/05/19/taxonomypicker-ascx-bug-sp2010-rtm/#comments</comments>
		<pubDate>Thu, 20 May 2010 03:42:32 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[RTM]]></category>
		<category><![CDATA[SP2010]]></category>
		<category><![CDATA[TaxonomyPicker]]></category>

		<guid isPermaLink="false">http://www.sharepointdan.com/?p=500</guid>
		<description><![CDATA[Please note the update! So apparently others have stumbled upon this but when doing my rebuild of RTM over the weekend I noticed a nifty little error popping up in the event log that raised a little concern with regard to the TaxonomyPicker user control. Looking at the error, you&#8217;ll notice that it states the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="#update">Please note the update!</a></p>
<p>So apparently others have stumbled upon this but when doing my rebuild of RTM over the weekend I noticed a nifty little error popping up in the event log that raised a little concern with regard to the TaxonomyPicker user control.</p>
<p><a href="http://www.sharepointdan.com/wp-content/uploads/2010/05/TaxonomyPickerEventLogError1.jpg"><img class="alignnone size-full wp-image-508" title="TaxonomyPickerEventLogError" src="http://www.sharepointdan.com/wp-content/uploads/2010/05/TaxonomyPickerEventLogError1.jpg" alt="" width="616" height="392" /></a></p>
<p>Looking at the error, you&#8217;ll notice that it states the TaxonomyPicker.ascx user control can&#8217;t register an assembly &#8216;Microsoft.SharePoint.Portal.WebControls.TaxonomyPicker&#8217; from assembly &#8216;Microsoft.SharePoint.Portal, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c&#8217;.</p>
<p>If you&#8217;ve seen something like this before it&#8217;s typically because either a user control was edited incorrectly such that a character was incorrectly added to the assembly register string, or someone removed the assembly from the server and the user control is &#8220;freaking out&#8221; (never a good thing).  In this case it&#8217;s just a typo in the user control &#8211; but wait, this is out of the release to manufacturing right? Yeah, about that&#8230;</p>
<p>So the fix, simply navigate to the 14 root at: %systemroot%\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\CONTROLTEMPLATES where you&#8217;ll find the TaxonomyPicker.ascx user control.</p>
<p>If you haven&#8217;t created a short cut to the 14 root yet, you may want to as I&#8217;m sure you&#8217;ll be visiting there often <img src='http://www.sharepointdan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>First &#8211; make a copy of the file and save it as perhaps TaxonomyPicker.ascx_backup or something along those lines &#8211; what works for you, run with it.</p>
<p>Next using your favourite text editor (<a href="http://www.textpad.com" target="_blank">TextPad</a> for me), open the user control and observe in the first line the error.</p>
<p><a href="http://www.sharepointdan.com/wp-content/uploads/2010/05/TaxonomyPickerTypoError.jpg"><img class="alignnone size-full wp-image-506" title="TaxonomyPickerTypoError" src="http://www.sharepointdan.com/wp-content/uploads/2010/05/TaxonomyPickerTypoError.jpg" alt="" width="614" height="81" /></a></p>
<p>Interesting that &#8220;TaxonomyPicker&amp;#44;&#8221; made it through quality assurance testing, but alas, not a huge detail right? Simply replace the &#8220;&amp;#44;&#8221; with a &#8220;,&#8221;</p>
<p>Save the user control and restart the app pool and presto, the error should be no more.</p>
<p>Permissions still as they should be? Should look like this&#8230;</p>
<p><a href="http://www.sharepointdan.com/wp-content/uploads/2010/05/TaxonomyPickerUserPermissions.jpg"><img class="alignnone size-full wp-image-510" title="TaxonomyPickerUserPermissions" src="http://www.sharepointdan.com/wp-content/uploads/2010/05/TaxonomyPickerUserPermissions.jpg" alt="" width="367" height="502" /></a></p>
<p>Also, check to ensure that you&#8217;re still inheriting permissions properly by opening the file properties -&gt; security -&gt; advanced</p>
<p><a href="http://www.sharepointdan.com/wp-content/uploads/2010/05/TaxonomyPickerFilePermissions.jpg"><img class="alignnone size-full wp-image-509" title="TaxonomyPickerFilePermissions" src="http://www.sharepointdan.com/wp-content/uploads/2010/05/TaxonomyPickerFilePermissions.jpg" alt="" width="626" height="469" /></a></p>
<p>And with that, you&#8217;re done. Happy tuning.</p>
<p><span style="color: #ff9900;"><strong><em><a name="update">Update</a> &#8211; Apparently the error will continue to persist even after making the correction to the file.</em></strong></span></p>
<p><span style="color: #000000;">Looking in the Microsoft.SharePoint.Portal Assembly it looks like there is no actual TaxonomyPicker class, so in reality you can just keep the copied file (TaxonomyPicker.ascx_broken) and remove the fixed version. That being said, until the TaxonomyPicker class is implemented within the Microsoft.SharePoint.Portal assembly, you&#8217;re safe in not worrying about this user control.</span></p>
By the time  your rss reader get this post here is <strong> 6 </strong>comments ,Welcome you come to leave your opinion !]]></content:encoded>
			<wfw:commentRss>http://www.sharepointdan.com/2010/05/19/taxonomypicker-ascx-bug-sp2010-rtm/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

