Set default browser when debugging WPF?
Posted
by Albert Walker
on Stack Overflow
See other posts from Stack Overflow
or by Albert Walker
Published on 2009-07-10T05:08:34Z
Indexed on
2010/04/21
14:53 UTC
Read the original article
Hit count: 304
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?
© Stack Overflow or respective owner