



















进入注册表,找到HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility键值,查看其中是否有一项为{65bcbee4-7728-41a0-97be-14e1cae36aae}(即 Microsoft List 11/12控件的ID号),将其删除后再打开浏览器,故障排除
列表模板10M限制
一列表要导到另一个site中,但大于10M,没办法存为模板出来,google了一下,发现这方法, 给大家共享之.
最大也只能500M。
原文
Saving a list as a template is an easy way of transferring data from one place to another in SharePoint. By default, however, the maximum size of list templates in WSS 3.0 and MOSS 2007 is 10MB.
If you try to save the list as a template that is larger than this you will get the following error:
The list is too large to save as a template. The size of a template cannot exceed 10485760 bytes.
To increase the maximum size, simply run the following stsadm command (from the C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN directory) replacing the propertyvalue to the new maximum size (in bytes):
stsadm -o setproperty -propertyname max-template-document-size -propertyvalue 50000000
Points to note:
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。