Over the past few weeks I've been getting more and more messages from people who can't seem to get v1.1 to work with Visual Studio 2005 SP1. Fortuitously for them, a long train delay last night gave me the opportunity to make some fixes that have been long overdue since v1.1 was released almost a year ago.

Changes in this release
- Rebuilt to work with Visual Studio 2005 SP1 and Visual Studio Orcas Beta 1
- Changed from a Web Project to a C# Project.
- Slight refactoring of the codebase
- Updated the EndpointBase class to deserialize the XML message using an XmlReader rather than an XmlDocument.
Installation
For Visual Studio 2005:
- Copy the "TFS Notification Web Services.zip" file to the directory "X:\Documents and Settings\YOUR_USER_NAME\My Documents\Visual Studio 2005\Templates\ProjectTemplates" and then open Visual Studio 2005 and select File > New Projects. From the "My Templates" section select "TFS Notification Web Services"
For Visual Studio Orcas Beta 1
- Copy the "TFS Notification Web Services.zip" file to the directory "X:\Documents and Settings\YOUR_USER_NAME\My Documents\Visual Studio Codename Orcas\Templates\ProjectTemplates" and then open Visual Studio Orcas Beta 1 and select File > New Project. From the "My Templates" section select "TFS Notification Web Services"
For Windows Vista users the path "X:\Documents and Settings\YOUR_USER_NAME\My Documents" should be changed to "C:\Users\YOUR_USER_NAME\Documents"
You can download the updated Project Template from my ProjectDistributor Workspace.