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...