The Uri class does not correctly recognize query strings on filesystem URLs.When passing this Uri into a WPF WebBrowser control, an ArgumentException is thrown with the message "Invalid character in path."See this post for more info: http://social.msdn.microsoft.com/Forums/en-US/ncl/thread/c3ba1672-ea05-4728-a4c1-01c84aa79bdb/#1baa1859-b67c-4dec-832b-af3e0c63d594This makes it nearly impossible to navigate a WPF webbrowser to a local file and specify a query string, which affects something like a local html-based help system where the desired topic to navigate to is specified through the query string.There is a workaround, which is to write an html page with a single frame to host the webpage and also insert some javascript to do the page navigation, but it may have other drawbacks.
Visual Studio/Silverlight/Tooling version
What category (if any) best represents this feedback?
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results