刘政道 - 应用程序框架

《31天学会CRM项目开发(C#编程入门及项目实战)》作者,IT经理,程序员
  博客园  :: 新随笔  :: 联系 :: 管理

随笔分类 -  SharePoint

SharePoint Server 2007 MOSS
摘要:安装 卸载 激活 Feature stsadm –o activatefeature –name C:"Program Files"Common Files"Microsoft Shared"web server extensions"12"TEMPLATE"FEATURES"SharePointWorkflow1 -url http://moss/ stsadm –o installfeatur... 阅读全文

posted @ 2008-09-25 10:39 刘政道 阅读(549) 评论(0) 推荐(0)

摘要:Microsoft.SharePoint.SPException: 此网页的安全性验证无效并且可能损坏。请单击 Web 浏览器中的“后退”,刷新网页,再重试操作。 ---> System.Runtime.InteropServices.COMException (0x8102006D): 此网页的安全性验证无效并且可能损坏。请单击 Web 浏览器中的“后退”,刷新网页,再重试操作。 在 Micro... 阅读全文

posted @ 2008-09-24 14:59 刘政道 阅读(1054) 评论(0) 推荐(0)

摘要:SharePoint List ListItem 增删改 新增 修改 删除 引用 定义SPSite SPSite site = new SPSite(hostUrl); SPWeb rootweb = site.RootWeb; 修改时,这是必要的 rootweb.AllowUnsafeUpdates = true; if (isListExist(rootweb... 阅读全文

posted @ 2008-09-12 16:42 刘政道 阅读(1433) 评论(6) 推荐(0)

摘要:SharePoint 部署WebPart时 遇到"未能加载文件或程序集"错误 错误信息如下: 处理 时出现错误。未能加载文件或程序集“WebPart1, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9f4da00116c38ec5”或它的某一个依赖项。系统找不到指定的文件。 这种错误耽搁了我很长时间,差点都崩溃了,实在没办法... 阅读全文

posted @ 2008-09-12 09:30 刘政道 阅读(1017) 评论(3) 推荐(0)

摘要:SHarePoint 禁止下载副本 将用户的权限设置成仅查看即可,这样,发送到中的下载副本选项将不会出现。 阅读全文

posted @ 2008-09-11 13:18 刘政道 阅读(1249) 评论(0) 推荐(0)