I'm trying to write a small plugin that does some 'fancy' stuff when a WorkItem is created in Team Foundation Server. The 'fancy' stuff currently works, but I can't get it to run.
http://geekswithblogs.net/jakob/archive/2010/10/27/devleoping-and-debugging-server-side-event-handlers-in-tfs-2010.aspx
I've used the above tutorial as basis, but it's for 2010. Aside from 'WorkItemChangedEvent' not being found, I get the following error with the breakpoint:
The Breakpoint will not currently be hit. No symbols have been loaded for this document.
I've read something about subscribing to event and using SOAP, but I have no idea how that works.
Anyone got any ideas?