K
Krupa
Hi All,
I had no way but to repost this question as I am not able to fix this
probelm yet. I am trying to navigate to a Uri in my C# app on CF 2.0,
but getting an exception. Please find the code below.
webBrowser1.Navigate(new Uri(@"/Storage
Card/Flash/GPSRanger.html?GPSRanger.swf"));
I get an exception when I have a query string in the Uri and not
otherwise. Surprisingly, this works when I paste this exct Uri in a
browser and run it but crashes in my app. I also tried replacing the
special characters (? and .) with the URL encoding, but it didn't help.
Any suggestions?
Thanks,
Krupa
I had no way but to repost this question as I am not able to fix this
probelm yet. I am trying to navigate to a Uri in my C# app on CF 2.0,
but getting an exception. Please find the code below.
webBrowser1.Navigate(new Uri(@"/Storage
Card/Flash/GPSRanger.html?GPSRanger.swf"));
I get an exception when I have a query string in the Uri and not
otherwise. Surprisingly, this works when I paste this exct Uri in a
browser and run it but crashes in my app. I also tried replacing the
special characters (? and .) with the URL encoding, but it didn't help.
Any suggestions?
Thanks,
Krupa