Maybe the url is in bad format.
>I have an application that starts the default browser by using
> Process.Start(URL). The one time that I get a file not found
[quoted text clipped - 13 lines]
>
> Gene Chang
Gene - 25 Oct 2007 19:26 GMT
Nope. The URL format is fine. It looks like it might be a known
Firefox issue. I get the file not found error, but Firefox still
opens properly with the correct page. What I'm going to do is to
detect if firefox is the default http application. If it is and the
error is 2 (file not found), then I'm going to eat the exception. Not
sure if there is any other way...
Thanks.
Gene
> Maybe the url is in bad format.
>
[quoted text clipped - 15 lines]
>
> > Gene Chang