SharePoint 2007 Content Query Web Part编辑出错
英文版的SharePoint 2007,添加了一个Content Query Web Part(对应中文:内容查询部件)后,内容显示出来了,但是一旦编辑就转到报错的页面,"An unexpected error has occurred. "。其他SharePoint自带的Web Part像Rss Viewer都可以正常编辑。请问Content Query Web Part编辑出错的可能原因是什么?
[解决办法]
<SafeMode MaxControls=“200“ CallStack=“false“…
to…
<SafeMode MaxControls=“200“ CallStack=“true“…
You will also need to set custom errors to 'Off' .
<customErrors mode=“Off“/>