Browse by Tags
All Tags »
SharePoint 2007 (
RSS)
When it is needed to add Workflow Association programmatically, then it requires instance of Workflow History List. There is 2 possibilities: list already exists or you should create it. private static SPList GetHistoryList( SPWeb web) { string historyListName...
11 feb 2010: Virtual SharePoint 2010 Ignite Training for Developer Day topics: Enterprise Content Management Extending SharePoint Search BI and Performance Point Services Sandboxed Solutions Search Item-level security Control the resulting display URL...
9 feb 2010: Virtual SharePoint 2010 Ignite Training for Developer Notes: Intellisense when editing Wiki-pages and other type of pages and inserting some page property. (When writing “[["…) 4 default Master Pages: v4.master (default for SP 2010) minimal...
Sometimes you would like to accomplish some task on a Page which takes more time than is set as “timeout” and you are seeing Request timed out in your browser. This type of error is not so informative for end-user and is not beautiful for a complete solution...
If you are creating both ListTemplate and ListInstance in the same feature, then there is no problems and its Element Manifest could be something like: < ListTemplate Name = " LDContacts " DisplayName = " Contacts " Type = " 14001 " Description = ...
When you open SharePoint 2007 project in Visual Studio 2010 and click on Build/Rebuild command you will get following error message: The type or namespace name 'SharePoint' does not exist in the namespace 'Microsoft' (are you missing an assembly reference...
Iterating through SPSiteCollection and SPWebCollection is a pretty simple, because getting these collections is a simple. SharePoint API doesn’t provide any method to get collection of all Web Applications in a farm. Here we need to write more code, than...
Windows Server 2008 R2 is compatible only with Office SharePoint Server 2007 with Service Pack 2. At a moment Microsoft have not released a version of MOSS with built in Service Pack 2. So if you will try to install MOSS without service pack or with SP...
More Posts