Through Mike Gunderoy's The Daily Grind today (1163) I found out that Microsoft has released both a VSTS Process Template for Scrum and an extension / web-based scrum tool called Microsoft eScrum for TFS 1.0, that can be downloaded here.
So I downloaded the last one and fired up the installer on the Team Foundation Server. Everything goes allright, until the last screen of the installer, where I get a LOOONG description of manual configuration steps ahead of me. That isn't actually something that scares me, but in the instruction you are instructed to download AJAX for ASP.NET 1.0 and the AJAX Control Toolkit manually and insert the assemblies into the right directory.
Well, that doesn't stop me either - but hey! there's something else written between two parantheses; It's buildt against the 10301 release of the AJAX Control Toolkit.
The development of the Control Toolkit is community-driven, and hosted on Codeplex. Guest what?
The 10301 release is no longer available on the project site!
Down at the bottom of the instructions, in the troubleshooting section, there's a section describing how you can add a redirection section to your configuration file - so that the eScrum Web Site will resolve the Control Toolkit assembly correctly.
-------
I'm not done with the installation yet - heck, I've just begun, and I've already wandered off to do something else instead; rant about the really really horrible installation experience for this 1.0 release.
The last couple of years, Microsoft has open up their development projects, and released a large amount of CTPs / RC etc. to the community - something that I enjoy very much. Why isn't this a CTP - when the installation procedure is really lacking a lot of the things you'll expect from stable shipment of software?
I'll probably write up a summary when I've completed the 10000 line installation instruction.
Arrrgh.
Update
The 10301 release isn't available on any Microsoft site (If you know of a place, please let me know), but I found it on Softwarepedia.com. But even if the release is available somewhere on the internet, the installation procedure is IMHO still lacking.
Update #2
If you go for the latest release (Today it's 10606) and you cut'n'paste in the assembly redirection section into your web.config; The quotes in culture="neutral" is of the wrong type! Change them out with normal "-quotes (The shift-2 kind).
Paste it in anywhere under the <configurationSections> section - otherwise you'll get an exception that says that the web.config isn't according to the given XSD.
You will also have to change out the xxxxx in the newVersion attribute of bindingRedirect with the right version number.
Update #3
It's working! The first impression is that it looks quite neat - and at least better than the Scrum for VSTS from Conchango that has been around some time!
The conclusion: Read the (damn) installation instruction thoroughly, be sure to set the right permissions on the AppPool / WebSite, add the Sharepoint templates before you try to import the process template - and remember the quirk with the assembly redirection configuration section.
Good night!