当我创建一个site collection的时候,遇到了如下error:

moss2010报错解决:load control template file /_controltemplates/taxonomypicker.ascx failed

在14\logs中的错误信息为:

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'.

在application的event viewer log中有对应的信息:

moss2010报错解决:load control template file /_controltemplates/taxonomypicker.ascx failed

 

这个是SharePoint 2010的bug。可以通过以下方式解决:

1. 用notepad打开/14/ControlTemplates/TaxonomyPicker.ascx

2. 将第一行中的,改成',',修改以后的效果如图

moss2010报错解决:load control template file /_controltemplates/taxonomypicker.ascx failed

本文转自    yuxye   51CTO博客,原文链接:http://blog.51cto.com/fishvsfrog/691557


相关文章:

  • 2021-10-27
  • 2022-12-23
  • 2022-01-07
  • 2021-04-05
  • 2022-02-08
  • 2021-10-22
  • 2021-08-24
  • 2022-02-06
猜你喜欢
  • 2022-01-20
  • 2021-07-22
  • 2021-06-18
  • 2021-10-19
  • 2022-12-23
  • 2022-01-11
  • 2021-06-07
相关资源
相似解决方案