Jevgeni Borozna's blog

SharePoint, ASP .NET

Browse by Tags

All Tags » SharePoint 2007 (RSS)
Getting default Workflow History List in SharePoint
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...
Most interesting from SharePoint 2010 Virtual Ignite Training: 4th Day
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...
Most interesting from SharePoint 2010 Virtual Ignite Training: 2nd Day
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...
Long operations on a SharePoint 2007 page
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...
Creating SharePoint 2007 List with ListInstance if ListTemplate is defined in other feature
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 = ...
Building SharePoint 2007 project for SharePoint 2010 in Visual Studio 2010
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 all Web Applications in a SharePoint farm
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...
Installing MS Office SharePoint Server 2007 on Windows Server 2008 R2
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