Jevgeni Borozna's blog

SharePoint, ASP .NET

Browse by Tags

All Tags » SharePoint 2010 (RSS)
Workflow ASPX Initiation Form bug in Visual Studio 2010
When you are adding Workflow Initiation Form to your Visual Studio project, then Visual Studio generating aspx page with buttons and code behind with some lines of code. SharePoint workflow can be associated with list, site or content type. This generated...
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: 3rd Day
10 feb 2010: Virtual SharePoint 2010 Ignite Training for Developer Day topics: Workflow Services Architecture External Data in SharePoint (BCS) Enterprise Content Management (ECM) Notes: "Whats New" for SharePoint 2010 Workflow For the end-user...
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...
Most interesting from SharePoint 2010 Virtual Ignite Training: 1st Day
8 feb 2010: Virtual SharePoint 2010 Ignite Training for Developer Notes: Now SharePoint by default has rating and tagging functionality. SharePoint 2010 works in both IE and Firefox. Content Organizing functionality: document going to some sub-folder...
Using Resource files in SharePoint 2010 and Visual Studio 2010
To deploy Resource files with SharePoint solution / package, your solution must be not SandBoxed. So if you have choose SandBoxed Solution when you have created your project in Visual Studio, you should change it. To do it complete following steps: Open...
“The project type is not supported by this installation” error when creating any SharePoint project in VS2010
When you are trying to create some SharePoint project based on SharePoint templates in Visual Studio 2010 you can meet some problems. You are creating new project and as a result it returns you error: “The project type is not supported by this installation...
Connecting to SharePoint Foundation 2010 Internal Database
Windows SharePoint Services 3.0 (SharePoint 2007) using Windows Internal Database as database engine, which is 32-bit, even if it is installed as component of Windows Server 2008 64-bit. New SharePoint – SharePoint Foundation 2010 using Microsoft SQL...
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...
More Posts Next page »