Browse by Tags

Test Twitter Notifier from Live Writer
Trying out the Twitter Notifier using Live Writer.  Found in the Live Writer SDK for Technical Preview .  This should show up on my Twitter feed . Read More...
Authorized Types
I ran into this when using SharePoint Designer to create a simple workflow. When I went to deploy the workflow to my site, I got a bunch of errors that looked like this: (0, 0) Type System.Workflow.ComponentModel.DependencyProperty, System.Workflow.ComponentModel, Read More...
How to Deploy a Custom Activity as a Feature
Henry asked me to figure out a way to easily deploy the custom activity I wrote, so with a suggestion and a pointer from him I was on my way. The end result is deployment of the activity as a feature. Here's how it's done. The concept is simple. Use the Read More...
Custom Workflow Activity for SharePoint Designer to Retrieve Manager
My recent task was to create a custom workflow activity that users could access in SharePoint Designer which would be used to retrieve a users manager from Active Directory. No, you don't get this out of the box. But you almost do! And with this post Read More...
ASP.NET/WF Integration
Along the lines of my previous post, and discovered through the same source (ServerSide.net), Jon “stole” an idea I had on how to use WF in an ASP.NET app to manage page flow . I say “stole” because he had no idea that I've had Read More...
Debugging WF Workflows Hosted in ASP.NET
I came across these tips on Debugging WF-based workflows hosted in ASP.NET from a link on ServerSide.net. Chances are, I would've struggled with this for a few hours before figuring it out. Thanks Christian! Read More...