Monthly Archives: September 2011

Charting WebPart

I’m in the process of writing a Charting WebPart for SharePoint 2010, specifically aimed at the standard version, which does not come with such a feature. Of course, it’s still usable within an enterprise environment if you were to find … Continue reading

Posted in SharePoint | Tagged , | 3 Comments

Error Running SharePoint Unit Tests on 64 Bit Machine

System.IO.FileNotFoundException: The Web application at http://localhost could not be found. Verify that you have typed the URL correctly. If the URL should be serving existing content, the system administrator may need to add a new request URL mapping to the … Continue reading

Posted in SharePoint, Unit Tests | Tagged , | 2 Comments

Unified Logging Service Class

Looking for a simple class to add the ability to write to the Unified Logging Service (ULS) for your SharePoint 2010 project? Then the following should provide a good starting point for you. Full source code for this example is … Continue reading

Posted in SharePoint | Tagged , , | Leave a comment

Workflow Activity – Part 2

This is the second part of the custom workflow activity creation tutorial. For the first part please go here. Now that we have a workflow activity defined, the next step is to add a new project to Visual Studio.

Posted in SharePoint, Workflow | Tagged , , | 3 Comments

Workflow Activity – Part 1

The object of this post is to provide a walkthrough on creating a custom workflow activity for SharePoint 2010 and deploying it as part of a custom sequential workflow. Start by creating a new empty Class Library project.

Posted in SharePoint, Workflow | Tagged , , | Leave a comment