Hi,
I'm using dream on a Win2k3 server and an XP box, for dev. On both machines, when I update .Net 2.0 framework to sp1, the Regex match in XURI.TryParse() breaks with segments that have spaces in them, i.e. "GET:/campaigns/{name}". If I pass in a campaign with a space in it's name, the regex match fails. The URL's are being properly encoded, with %20 instead of actual spaces.

Not sure what's wrong. My solution so far has been to avoid sp1, but that's a bit of a problem long term

If you need any more info, I'll be checking back

Cheers