刘政道 - 应用程序框架

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

2008年9月12日

摘要: 域帐号查询与更新 引用 private bool isLoginNameExist(string ln) { DirectoryEntry entry = new DirectoryEntry(ldap); DirectorySearcher mySearcher = new DirectorySearcher(entry); // Set DerefAlias to Always. myS... 阅读全文

posted @ 2008-09-12 16:57 刘政道 阅读(643) 评论(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 刘政道 阅读(1413) 评论(6) 推荐(0) 编辑

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

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