返回列表 回复 发帖

新版本发布 1.1

这个项目发布以来,引起了很多老外的注意,但是以前版本只考虑到了中文的显示,没有多语言的支持,这次发布添加了这个支持。http://sppex.codeplex.com/

Project Description:

Extend the SharePoint Permission Functions:  
1)Provider Field Level Permisson Control
2)Provider View Level Permisson Control
3)Provider Content Type Creation Permission Control

How to install:

Step1: download the wsp file and unzip on the SharePoint server.
Step2: run wsp_install.cmd or wsp_update.cmd to install or update this solution.
Step3: active the features on site collection features management page.
Step4: go to list settings page to do configuration.


How to add other language support:

Step1: add the resource file in Resources folder.
Step2: run wsp_build.cmd to build a new solution setup file.
Step3: run wsp_install.cmd or wsp_update.cmd to install or update this solution.
QuickFlow&QuickFlowDesigner
SharePoint开发工作流不再痛苦.......
http://quickflow.codeplex.com
顶~~~
现在我这里出现了问题,我部署解决方案之后,我的另外一个网站集用SPCamlEditor做的一个视频库匿名用户直接打不开了。只要存在文件夹的列表或者文档库都报错
错误信息如下:



未将对象引用设置到对象的实例。
说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。

异常详细信息: System.NullReferenceException: 未将对象引用设置到对象的实例。

源错误:

执行当前 Web 请求期间生成了未处理的异常。可以使用下面的异常堆栈跟踪信息确定有关异常原因和发生位置的信息。  

堆栈跟踪:


[NullReferenceException: 未将对象引用设置到对象的实例。]
   CodeArt.SharePoint.PermissionEx.PermissionListViewSelector.OnPreRender(EventArgs e) +203
   System.Web.UI.Control.PreRenderRecursiveInternal() +80
   System.Web.UI.Control.PreRenderRecursiveInternal() +171
   System.Web.UI.Control.PreRenderRecursiveInternal() +171
   System.Web.UI.Control.PreRenderRecursiveInternal() +171
   System.Web.UI.Control.PreRenderRecursiveInternal() +171
   System.Web.UI.Control.PreRenderRecursiveInternal() +171
   System.Web.UI.Control.PreRenderRecursiveInternal() +171
   System.Web.UI.Control.PreRenderRecursiveInternal() +171
   System.Web.UI.Control.PreRenderRecursiveInternal() +171
   System.Web.UI.WebControls.WebParts.WebPart.PreRenderRecursiveInternal() +42
   System.Web.UI.Control.PreRenderRecursiveInternal() +171
   System.Web.UI.Control.PreRenderRecursiveInternal() +171
   System.Web.UI.Control.PreRenderRecursiveInternal() +171
   System.Web.UI.Control.PreRenderRecursiveInternal() +171
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +842


这个问题该怎么解决呢
这个bug已经解决,请下载最新版本安装。
http://sppex.codeplex.com/releases/view/30671
QuickFlow&QuickFlowDesigner
SharePoint开发工作流不再痛苦.......
http://quickflow.codeplex.com
最新版本部署之后不起作用,在MOSS2007上部署之后,设置了列表里的某个字段新建状态和浏览状态不可见,但是不起作用,配置信息倒是保存的没有问题,测试用户也是用的非管理员用户,而且视图权限和内容类型权限也都不起作用,设置了跟没设置一样,后来将MOSS2007升级到SP2,仍旧是老样子。
本帖最后由 jianyi 于 2010-7-30 15:05 编辑

你安装过其他权限控制方案吗?
我的环境里是可以的。
QuickFlow&QuickFlowDesigner
SharePoint开发工作流不再痛苦.......
http://quickflow.codeplex.com
你安装过其他权限控制方案吗?
我的环境里是可以的。
jianyi 发表于 2010-7-30 15:04
没有安装过,只不过安装之前部署了QUICKFLOW,但没有做过任何工作流。
这个不错!
返回列表