今天讲SharePoint 2010的管理和开发课程,在排错的时候,检查事件日志,发现有好几个错误,如下图所示

SharePoint 疑难杂症之加载控件TaxonomyPicker.ascx失败及其解决方法

找到微软一篇文章

http://support.microsoft.com/kb/2481844

意思说,这个控件里面有一个错误的字符,解决方案如下

  1. Navigate to /14/TEMPLATE/ControlTemplates/TaxonomyPicker.ascx user control
  2. Open the user control in a text editor and locate the first line
  3. Find the character string , and replace with a comma ‘,’ (without quotes).
  4. Save the user control

修改之后,整个世界就清静了。但是这个问题,确实让人啼笑皆非,不是吗?玩SharePoint的同学们伤不起啊

转载于:https://www.cnblogs.com/chenxizhang/archive/2011/11/08/2241585.html

相关文章:

  • 2021-12-14
  • 2021-06-09
  • 2022-12-23
  • 2021-05-06
  • 2021-05-26
  • 2021-04-18
  • 2021-06-04
猜你喜欢
  • 2022-12-23
  • 2021-06-14
  • 2022-12-23
  • 2021-07-22
  • 2022-01-05
  • 2021-07-16
相关资源
相似解决方案