I've only seen it actually fail when debugging, as JP Alioto mentions... and then if you go into the URL bar and come out again, IIRC it loads at that point. (It's been a while since I've done that though, so I could be wrong.) It's very odd. If you're seeing this behaviour when you're not debugging, it would be good to get more details.
One point to note with the WebBrowserTask is that it doesn't handle URLs with "&" in - I use Uri.EscapeDataString(url) before launching the task. It escapes much more than is required, but that has no ill effects that I'm aware of. (It could potentially mean that your "maximum URL length" is effectively shorter than it would be otherwise, I guess.)
url? If so, please tell us what hardcoded value you're using. – Matt Lacey Nov 23 '10 at 10:03