SharePoint 2010 beta TaxonomyPicker in EventLog
/Load control template file /_controltemplates/TaxonomyPicker.ascx failed: Could not load type 'Microsoft.SharePoint.Portal.WebControls.TaxonomyPicker' from assembly 'Microsoft.SharePoint.Portal, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c'.
The TaxonomyPicker user control shipped in the beta version of SharePoint 2010 is invalid. Open it up and change fix the Type,Assembly reference to a comma.
(Note) You’ll need administrator rights to save to this folder.
<%@ Control className="TaxonomyPickerControl" Language="C#" Inherits="Microsoft.SharePoint.Portal.WebControls.TaxonomyPicker,Microsoft.SharePoint.Portal, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
Change the ',' to comma (,)