随笔分类 - MOSS 2007
MOSS Webpart Development
Setup and Install SharePoint 2007 Server (MOSS) on Virtual PC
摘要:Below Link show detail steps to install MOSS 2007 in Virtual PC.http://www.codeproject.com/KB/sharepoint/Install_SharePoint_on_VPC.aspx
阅读全文
Best Practices: Common Coding Issues When Using the SharePoint Object Model
摘要:Overview of Common Coding Issues with the SharePoint Object ModelAs more developers write custom code by using the SharePoint Object Model, they encounter common issues that can affect application per...
阅读全文
Install Visual Studio 2005 Extensions in windows XP or Vista
摘要:If you try to install the Visual Studio 2005 Extensions for Windows SharePoint Services 3.0 Tools (VSeWSS) on a workstation,It would probably fail andthrow the following error:This product can only be...
阅读全文
Best Practices: Using Disposable Windows SharePoint Services Objects
摘要:WSS 3.0对象模型中的对象就是一种接口,开发人员可以通过调用它来读写数据。WSS 3.0对象模型中的对象包含的对象都实现了IDisposable接口,你必须谨慎地使用它们,以免它们长时间的停留在.NET Framework的内存中。你在使用完这些对象后,最好能显示的释放这些对象所占用的资源。如果你大量使用SP Objects,比如说自定义的Web Part, 下面这些不正常的现象都是资源对象没...
阅读全文
浙公网安备 33010602011771号