In some small dev projects in the last months I was looking for a source control system. I liked to use Microsoft’s Team Foundation Services. But I was and I am not able to use…
I created an alternated notification feature for SharePoint 2010. It’s a demo project for SharePoint 2010. I’ve done it for some practice in SharePoint development and just for…
It’s a nightmare to create users for FBA, isn’t it? – There are several tools out there, but some does not work as expected oder you need to install .NET 4 on a server just to run…
Some weeks ago I startet a new private dev project. To reach one of the goals of the project I thought about the possibility to create Sandboxed Solutions at runtime. I’ve…
For development and some related tasks I use PowerShell, of course. – I store the PowerShell scripts in my projects as part of them. They are part of the source code and they are…
At the weekend I tried to access a diffrent SharePoint Web (SPWeb) from inside server code (ASPX application page). Before I created interface classes to the “diffrent SharePoint…
In this “Walkthrough” I’d like to show you how to create a simple WCF Web Service for SharePoint 2010. This Web Service will provide two methods: Ping = Just as test.…
In some projects there was a need to run code on the client machine for interaction with SharePoint. If’ve realized this kind of applications as “ClickOnce” apps. It’s possible to…
Today I got the following error and did not find a clear description and solution for it: Error message: “Event "OnWorkflowActivated" on interface type…
This time a tiny neat walkthrough of how to add an Event Receiver at runtime in SharePoint 2010. Let’s say you have a SharePoint site that your colleagues already use. In this…
This time it’s not a walkthrough. Only a description of what you have to do. – It’s “experimental”!!! The need is to deploy a conditional formatting in a list definition that was…
This is Part 2 of 2 that describes the steps 18 to 27 . You will find Part 1 here: https://blog.kenaro.com/2011/04/24/walkthrough create sharepoint 2010 workflow association form…
Because of some requests by my blog readers I’d like to show you how to create Workflow Association and Initiation (“Instantiation”) forms in Visual Studio 2010 for use with a…
This is not easy. It took me some days. – Now it works! Here I’ll show you how to create a List Form for a SharePoint List using InfoPath 2010. Therefore you need SharePoint 2010…
In this walkthrough I want to show you how to create a Sequential Workflow with Visual Studio 2010 for use in SharePoint 2010. – I will show how to create a custom Task Form for…
In this walkthrough I want to show you how to create a Sequential Workflow with Visual Studio 2010 for use in SharePoint 2010. – I will show how to create a custom Task Form for…
This is part 2 of my demo project about “How to create a custom list form…” – See this post for part one: https://blog.kenaro.com/2010/12/29/walkthrough create custom sharepoint…
The related articles on my blog are: Part 1: How To Activate SharePoint Ribbon Tab by JavaScript Code Part 2: Sample Visual Studio 2010 project for creating a custom SharePoint…
(This is part 1 of 2. See link below.) Today I want to show you how to create a custom list form for deployment within a custom list template developed in Visual Studio 2010.…
I’ve created a custom control for SharePoint 2010. This control let you connect two lookup fields so that the second lookup field contains only a subset of all values depending on…
I created a simple tool extension for Visual Studio for extracting the full qualified name of an .NET assembly. Like this: http://msdn.microsoft.com/en us/library/ee539398.aspx…
If you develop a SharePoint Application with Visual Studio 2010, e.g. a Console Aplication, you may get an FileNotFoundException. For example in this code (program.cs): I’ve maked…
This was the situation: I have a SharePoint Foundation 2010 project in VS2010. There I deploy some SharePoint lists with custom views an custom form pages. In one case I wanted to…