修改属性之后保存web part时报错
摘要:错误信息:Cannot save the property settings for this Web Part. Exception occurred 分析:很可能是用户写web part的时候错误的析构了SPSite对象 解决: 将如下的编程方式修改一下 ========================= 1: SPSite site = SPContext.Current.Site;...
阅读全文
posted @ 2009-09-14 22:01