Thursday, March 28, 2013
SharePoint 2010: Error 7043 "Load control template file /_controltemplates/TaxonomyPicker.ascx failed"
SharePoint 2010: Error 7043 "Load control template file /_controltemplates/TaxonomyPicker.ascx failed"
I see this in many SP 2010 error logs.
Here is how to fix this annoying message:
This is not causing any issues except for a wrong ULS log message a single time in a web application process life time, the exception is caught and that template file is skipped. This message should be treated as log noise and can be ignored.
To change this behavior:
Navigate to /14/TEMPLATE/ControlTemplates/TaxonomyPicker.ascx user control
Open the user control in a text editor and locate the first line
Find the character string ,(ampersand#44;) and replace with a comma ‘,’ (without quotes).
Save the user control
See the Microsoft kb here: http://support.microsoft.com/kb/2481844
Subscribe to:
Posts (Atom)