Browse by Tags
All Tags »
SharePoint 2010 (
RSS)
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...
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...
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...
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...
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...
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...
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...
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...
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 »