Set default browser when debugging WPF?

wpf, xbap

Solution

Setup the external program as Internet explorer path and the command line arguments as your path to xbap file within quotes, like shown below:

Problem

I'm using VWD Express 2008 to develop a WPF Browser Application. When I start debugging, it launches the XBAP in my default browser, which is Opera. Obviously, XBAPs don't work in Opera, so I have to repeatedly right-click on the document to open in IE. Is there any way to change the settings for PresentationHost.exe so that it always opens with IE? A registry setting, perhaps?

Original source