随笔分类 - SharePoint
摘要:<SharePoint:FormField runat="server" id="ff102{$Pos}" ControlMode="New" FieldName="Division" __designer:bind="{ddwrtataBind('i',concat('ff102',$Pos),'Value','ValueChanged','ID',ddwrt:EscapeDelims(string(@ID)),
阅读全文
摘要:在VS 2010中可以很方便的创建VS自带的单元测试项目,但是此种方式并不适用于SharePoint 2010的单元测试,因为SharePoint 2010支持的开发环境是.net framework 3.5,并且必须为x64平台,而VS中默认单元测试项目的目标版本是.net framework 4.0,并且不能切换为3.5. 所以通常环境下我们大多采用NUnit/XUnit来进行单元测试。本文主...
阅读全文
摘要:SPDisposeCheckThe SharePoint APIs allocate COM - based memory that the Common Language Runtime (CLR)garbage collector does not release. For this reason, you need to explicitly call the Dispose() metho...
阅读全文
摘要:On the SharePoint project, right-click the project and select Properties. From Property pages, select the SharePoint tab. At the bottom of the SharePoint tab, find and select the check box labeled Ena...
阅读全文
摘要:http://code.msdn.microsoft.com/ULSViewer
阅读全文
摘要:方式一:PowerShellpowershell.exe -noexit "c:\devdash.ps1"------------------------------------------------write-hostwrite-host "Loading PowerShell environment for SharePoint" -foregroundcolor Greenwrite-ho...
阅读全文
摘要:参考文章汇总:MSDN:http://msdn.microsoft.com/en-us/library/ee554869%28office.14%29.aspxhttp://www.bridata.ca/blog/?p=1125http://www.cnblogs.com/scally/archive/2010/01/03/1638202.htmlhttp://blogs.msdn.com/b/o...
阅读全文
摘要:· Perform a site collection backup / 执行一个站点集备份· Export a site or list / 导出一个站点或列表http://blogs.msdn.com/b/russmax/archive/2009/10/21/sharepoint-2010-granular-backup-restore-part-1.aspx· ...
阅读全文
摘要:http://geekswithblogs.net/gotchas/archive/2009/12/28/sharepoint-2010-creating-a-visual-webpart.aspx
阅读全文
摘要:SharePoint Solution Installer 是SharePoint解决方案的安装辅助工具,可以将wsp解决方案文件用GUI的方式进行部署,省去了敲命令的麻烦。项目地址:http://sharepointinstaller.codeplex.com/但是此项目目前还没有升级成支持SharePoint 2010的版本,在国外一个家伙的博客上找到了他自己改写的此程序, 你可以从这里访问原...
阅读全文
摘要:SharePoint 2010 RTM 已经发布,装了个虚拟机学习一下,大体记录一下安装步骤,以便日后查阅。注意:必须为64位Windows操作系统,虚拟机平台可以用的有Heyper-V、VMWare、 VirtualBox,特别注意VPC 2007不能支持64位虚拟机的安装,也就不能使用。我的测试环境是:Windows 7 x64 + VirtualBox (Windows Server 200...
阅读全文
摘要:在任务列表中,一个任务的审批,权限控制非常宽松,导致太多的人员都有权限能够进行审批、删除等操作。刚刚接触SharePoint工作流的朋友往往会遇到这样的问题,我也是从那种困惑走过。现在将我用的一种方法分享一下,希望对大家能有所帮助。此方法非常简单,无需编码,处理方式也很灵活。第一步,首先介绍大家一个SharePoint Designer工作流活动包《Useful Sharepoint Design...
阅读全文
摘要:在SharePoint中,自带的富文本编辑控件有许多的不足之处,比如说不支持Firefox浏览器、不能管理上传图片等,还有一些功能也比较弱,这给我们平常的使用过程中带来了不好的感受。不过telerik公司给我们提供了一个替代产品,RadEditor,相信许多朋友一定不陌生吧。Free Lite MOSS Edition是其中的一个免费版本,通过在MOSS中安装Feature,我们可以使用这个出色的...
阅读全文
浙公网安备 33010602011771号