Answered by:
Load control template file /_controltemplates/TaxonomyPicker.ascx failed

Question
-
What is problem
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'.Tuesday, February 9, 2010 1:54 PM
Answers
-
I still have the same issue in RC. Even though there is no error when you peform various operations on the site UI, but you may find this error in the system Event Log. Here is my resolustion:
Go to <drive>:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\CONTROLTEMPLATES,
Open TaxonomyPicker.ascx in any text editor,
Locate the following line :
<%@ Control className="TaxonomyPickerControl" Language="C#" Inherits="Microsoft.SharePoint.Portal.WebControls.TaxonomyPicker,Microsoft.SharePoint.Portal, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
Replace ',' with ',' , the correct line should look like
<%@ Control className="TaxonomyPickerControl" Language="C#" Inherits="Microsoft.SharePoint.Portal.WebControls.TaxonomyPicker, Microsoft.SharePoint.Portal, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
问题要简单,错误须详细@错误/异常/堆栈信息+操作系统+软件版本+all the context of the issue Hope Helpful | http://www.leoworks.net- Proposed as answer by Xiaofeng Wang Saturday, April 24, 2010 8:03 AM
- Marked as answer by Margriet Bruggeman Friday, April 20, 2012 9:36 AM
Saturday, April 24, 2010 5:52 AM -
While this appears to be a fix, it may not prevent the error from displaying since this TaxonomyPicker class does not exist in Microsoft.SharePoint.Portal.dll. A better solution, IMO, would be to rename this TaxonomyPicker.ascx control since it is not used. See Todd Carter's post for more information: http://todd-carter.com/post/2010/05/03/Help-Wanted-Taxonomy-Picker.aspx
Randy - http://sharepointhawaii.com/randywilliams- Proposed as answer by Jennifer Neumann Tuesday, May 25, 2010 9:38 AM
- Marked as answer by Margriet Bruggeman Friday, April 20, 2012 9:37 AM
Saturday, May 15, 2010 3:40 PM
All replies
-
Could you describe a bit more about what you were trying to do when you saw this?
I make SharePoint Catch me on twitter (@spwiki) or email (kevin.davis@microsoft.com)Tuesday, February 9, 2010 6:43 PM -
Hello,
I have the same problem wenn i synchronize the extern list to Sharepoint Workspace. And the dialog "Microsoft Office Customization Installer" ist't appear. Wenn i goto Event Viewer, in Windows Logo Application, i see the error:
"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'."
And I can't sync the external data anymore.Thursday, March 4, 2010 12:10 PM -
Not sure if I get what you guys mean, but maybe following post can help:
http://social.msdn.microsoft.com/Forums/en-US/sharepoint2010setup/thread/2de08757-a1df-44a4-bcbd-d1d9a5e4077fThursday, March 4, 2010 3:12 PM -
I think it's just sth else with me.
I've install the Release Candidate Patches 4747, and now havn't das problem anymore.- Proposed as answer by upbaw Monday, March 15, 2010 9:43 AM
Friday, March 5, 2010 10:59 AM -
I still have the same issue in RC. Even though there is no error when you peform various operations on the site UI, but you may find this error in the system Event Log. Here is my resolustion:
Go to <drive>:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\CONTROLTEMPLATES,
Open TaxonomyPicker.ascx in any text editor,
Locate the following line :
<%@ Control className="TaxonomyPickerControl" Language="C#" Inherits="Microsoft.SharePoint.Portal.WebControls.TaxonomyPicker,Microsoft.SharePoint.Portal, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
Replace ',' with ',' , the correct line should look like
<%@ Control className="TaxonomyPickerControl" Language="C#" Inherits="Microsoft.SharePoint.Portal.WebControls.TaxonomyPicker, Microsoft.SharePoint.Portal, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
问题要简单,错误须详细@错误/异常/堆栈信息+操作系统+软件版本+all the context of the issue Hope Helpful | http://www.leoworks.net- Proposed as answer by Xiaofeng Wang Saturday, April 24, 2010 8:03 AM
- Marked as answer by Margriet Bruggeman Friday, April 20, 2012 9:36 AM
Saturday, April 24, 2010 5:52 AM -
I'm seeing this in RTM release as well. I would go with with solution proposed by Xiaofeng WangTuesday, April 27, 2010 6:19 PM
-
Impressive Xiaofeng Wang, nice discovery!
Tuesday, April 27, 2010 9:05 PM -
Also worked for me. Thank You Xiaofeng.Friday, April 30, 2010 4:02 PM
-
While this appears to be a fix, it may not prevent the error from displaying since this TaxonomyPicker class does not exist in Microsoft.SharePoint.Portal.dll. A better solution, IMO, would be to rename this TaxonomyPicker.ascx control since it is not used. See Todd Carter's post for more information: http://todd-carter.com/post/2010/05/03/Help-Wanted-Taxonomy-Picker.aspx
Randy - http://sharepointhawaii.com/randywilliams- Proposed as answer by Jennifer Neumann Tuesday, May 25, 2010 9:38 AM
- Marked as answer by Margriet Bruggeman Friday, April 20, 2012 9:37 AM
Saturday, May 15, 2010 3:40 PM -
My observations
http://davidfrette.wordpress.com/2010/05/20/why-the-taxonomypicker-ascx-is-no-longer-used/Essentially, I believe it was replaced with TaxonomyTreePicker.aspx.
SharePoint DeveloperThursday, May 20, 2010 6:24 AM -
Hey Guys,
I just hit this with the RTM release. I've just used the , -> , fix and left it at that.
A shame it ended up in the RTM (I've seen a few things that were Beta/RC bugs and still in RTM), but I guess it was both low impact and late in finding solutions.
Update: after fixing the @#44; I still have the problem, so I renamed the file, which fixes it. Until you run psconfig/SharePoint Config Wizard, which seems to put the file back again (I installed Web Apps to get FAST going)
Later'ish
CraigWednesday, May 26, 2010 12:23 AM -
Hi!
I have the same problem and after fixing the line the error still comes up time to time. Is this somehow linked to the users presence feature? I have faced a problem where users presence tags goes "offline" when their not supposed to...at the same time these errors come up. RTM! Now I renamed it and hoping that the errors would go away. SharePoint...what a pain in a butt...always something!
-J
Monday, August 2, 2010 12:39 PM -
I changed the filename to TaxonomyPicker_broken.ascx, and it still shows the error in Event Viewer...and users presence tag still not showing...waited over night but no change.
/_controltemplates/TaxonomyPicker_broken.ascx lataaminen epäonnistui: Could not load type 'Microsoft.SharePoint.Portal.WebControls.TaxonomyPicker' from assembly 'Microsoft.SharePoint.Portal, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c'.
-J
Tuesday, August 3, 2010 6:53 AM -
Presence tags didn't work cause in IE NameCtrl Class Addon was disabled somehow.
Tuesday, August 3, 2010 7:27 AM -
I have the same problem and after fixing the line the error still comes up time to time, Can any one help pleaseMonday, August 9, 2010 4:09 PM
-
I also continued to recieve this error after using the fix described above. I noticed later in the file that the " string showed up several times on line 16. I believe this should be replaced with a '.
Line 16:
<a href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$PlaceHolderMain$ctl00$RptControls$onetidSaveItem", "", true, "", "", false, true))" onclick="return tunnelToTSMT();" id="editWithTermManagerLink">
Replace with:
<a href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions('ctl00$PlaceHolderMain$ctl00$RptControls$onetidSaveItem', '', true, '', '', false, true))" onclick="return tunnelToTSMT();" id="editWithTermManagerLink">
This got rid of the error for me.
Hope this helps.- Proposed as answer by Martynenko Anton Thursday, April 19, 2012 1:18 PM
Friday, August 20, 2010 1:01 PM -
Changed " " " to " ' " but no change. Error still comes up.
Windows 2008 R2 Server & SharePoint Server 2010 Standard
Monday, August 23, 2010 5:43 AM -
Same error message here. Just tried both tips above, so changing the , and ", but error is still their.
Tuesday, September 28, 2010 2:02 PM -
Try to rename file to TaxonomyPicker.ascx _broken :)
Wednesday, November 3, 2010 1:54 PM -
-
Hi All,
I have also the same issue described above and it was not resolved . Can anyone please provide some more soluiton.
Thanks
Prasant
I do not know exactly what is the issue, but when I tried alt+4 after saving some code in designer it works properly.
Thanks to all who directly/indirectly provided the above solutions.
Wednesday, November 24, 2010 9:44 AM -
Hi,
I have the same problem, also after chaning the TaxonomyTreePicker.aspx bug "," to ","
Please let me know if there is any fix available, thanks!
Friday, December 31, 2010 9:04 AM -
Impressive search!
You are really a Life saver.
Thank you very much fo this...
J. Nayi
J.NayiMonday, January 10, 2011 10:28 AM -
Looks like Microsoft finally published an article on this:
http://support.microsoft.com/kb/2481844
Only problem is, they do the escape code mod. Which in my experience, doesn't always work. Particularly if you have to do a PSConfig at anystage, as the file seems to get regenerated...
At least it's officially acknowledged now.
Monday, April 11, 2011 10:50 AM -
I still have the same issue in RC. Even though there is no error when you peform various operations on the site UI, but you may find this error in the system Event Log. Here is my resolustion:
Go to <drive>:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\CONTROLTEMPLATES,
Open TaxonomyPicker.ascx in any text editor,
Locate the following line :
<%@ Control className="TaxonomyPickerControl" Language="C#" Inherits="Microsoft.SharePoint.Portal.WebControls.TaxonomyPicker,Microsoft.SharePoint.Portal, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
Replace ',' with ',' , the correct line should look like
<%@ Control className="TaxonomyPickerControl" Language="C#" Inherits="Microsoft.SharePoint.Portal.WebControls.TaxonomyPicker, Microsoft.SharePoint.Portal, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
问题要简单,错误须详细@错误/异常/堆栈信息+操作系统+软件版本+all the context of the issue Hope Helpful | http://www.leoworks.net
thanks, it worksWednesday, April 13, 2011 1:48 PM -
Unfortunately none of these suggestions have eliminated the error for me Arrrgh!
TimThursday, May 5, 2011 7:55 PM -
It appears that iliastsouk is correct. The TaxonomyPicker.ascx control does not seem to be used at all in SharePoint 2010. It has been suggested that this control has been superseded TaxonomyTreePicker.aspx. I would like to see some verification from the SharePoint product team on this.
Therefore, it should be safe to rename the file to something like "TaxonomyPicker.ascx_broken" and forgetting about it.
- Proposed as answer by Mohammed Al-Basri Wednesday, June 1, 2011 10:32 PM
Wednesday, June 1, 2011 10:00 PM -
the only thing you need to do is to remove TaxonomyPicker.ascx, it is not being used by sharepoint, I removed totally from my enviroment runnig in 5 servers, and I am not receiveing the error anymore, and I don't have any issue
Wednesday, June 1, 2011 10:34 PM -
Hey Mohammed,
while renaming/deleteing the TaxonomyPicker.ascx file certainly does fix the problem, please be aware that next time you have to run PSCONFIG, the file will come back and so will the error.
While this probably isn't a big deal for production environments, as you don't run PSCONFIG very often (only major patches/service packs should need it), can be a pain in test/dev.
Note: while I haven't applied SP1 beta anywhere, I haven't seen anything in the (beta) documentation that suggests that this problem goes away with SP1. But the SP1 documentation (and the beta download) only included hotfixes from 2010, so MS may have addresses it since then.
Later'ish
CraigThursday, June 2, 2011 1:41 AM -
Thanks, this got rid of the error code 7043, now I'm getting an error code of 6857. Im just trying to get email messages from my sharepoint designer workflow to show up in my outlook inbox. Have already configured both servers so that my server that has sharepoint sends messages to my outlook account, and the outlook server to receive email from my sharepoint server. This may be a firewall issue between the two servers??Tuesday, August 16, 2011 6:36 PM
-
I still have the same issue in RC. Even though there is no error when you peform various operations on the site UI, but you may find this error in the system Event Log. Here is my resolustion:
Go to <drive>:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\CONTROLTEMPLATES,
Open TaxonomyPicker.ascx in any text editor,
Locate the following line :
<%@ Control className="TaxonomyPickerControl" Language="C#" Inherits="Microsoft.SharePoint.Portal.WebControls.TaxonomyPicker,Microsoft.SharePoint.Portal, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
Replace ',' with ',' , the correct line should look like
<%@ Control className="TaxonomyPickerControl" Language="C#" Inherits="Microsoft.SharePoint.Portal.WebControls.TaxonomyPicker, Microsoft.SharePoint.Portal, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
问题要简单,错误须详细@错误/异常/堆栈信息+操作系统+软件版本+all the context of the issue Hope Helpful | http://www.leoworks.net
Thanks, dude! That helped. :-)Tuesday, October 11, 2011 1:12 PM -
nice
DDFriday, November 11, 2011 1:41 AM -
Hi
i tried this method http://support.microsoft.com/kb/2481844 but still i am having the issue
so should i go for a rename ???
Alen AustinThursday, November 24, 2011 11:20 AM -
Hi
I've just used the "," to "," and then tested the solutions by creating some SiteCollection, every ting whent well until I accessed the new site on IE, regardless of using a remote client or the same Server the error was logged again. In my case the error was logged only when accessing for the first time the newly created SiteCollection.
I gave a try to the “File Renaming” solution, then I renamed the file \14\TEMPLATE\CONTROLTEMPLATES\TaxonomyPicker.ascx, deleted the Site Collections I created previously and created some new ones, accessed the new site from IE and then, no more error. I still have to deal with one Warning regarding the “Object Cache: The super user account utilized by the cache is not configured…” but I wanted to share which solution worked for me.
My environment is W2K8R2 and SP2010STD with SQL2K8R2.
- Edited by Salvador Rodríguez Friday, February 10, 2012 8:01 PM
Friday, February 10, 2012 8:00 PM -
Wednesday, April 4, 2012 9:06 PM
-
Randy, This information was really very helpful, thanks for sharing.
http://support.jesoba.com
Errors, Troubleshooting, Problem Cases, Performance Monitoring, Best Practices etc.Tuesday, May 22, 2012 5:36 PM