SharePoint 疑难杂症之加载控件TaxonomyPicker.ascx失败及其解决方法
今天讲SharePoint 2010的管理和开发课程,在排错的时候,检查事件日志,发现有好几个错误,如下图所示
找到微软一篇文章
http://support.microsoft.com/kb/2481844
意思说,这个控件里面有一个错误的字符,解决方案如下
- 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 , and replace with a comma ‘,’ (without quotes).
- Save the user control
修改之后,整个世界就清静了。但是这个问题,确实让人啼笑皆非,不是吗?玩SharePoint的同学们伤不起啊