vote up 1 vote down star

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?

flag

2 Answers

vote up 0 vote down

XBAP does work in Opera (and I can make a screenshot to prove the point). Consider updating your Opera version and/or .NET (do you have SP1?).

link|flag
I just updated Opera a couple of weeks ago to 9.64, so that's not it. Pretty sure I have the latest SPs for .NET. How did you get XBAPs to run inside of Opera? – Albert Walker Jul 10 at 5:42
I must admit that I do not know what exactly did I do that made it work, but it works. One piece of the puzzle might be that I'm using the most recent Opera 10 alpha. – Pavel Minaev Jul 10 at 8:57
vote up 0 vote down

Check out this post on the msdn forums.

The workaround I found works OK, but requires that Firefox be your default browser:

In Firefox, open the menu Tools / Options / Downloads.

Then click on "View & edit actions" and change the action for XBAP applications to the Windows Presentation Host.

Now when I debug, Firefox receives the XBAP, but then it automatically pass it to the presentation host, which runs into IE. A bit cumbersome, because everytime a new tab gets opened in Firefox, but it's OK. It also works with F5, so you can debug.

Alternatively, you can start IE, navigate to the XBAP URL and then manually attach the debugger to the PresentationHost process (not to IE though).

link|flag
Your post gave me an idea... basically I did the equivalent in Opera, which is: Preferences -> Advanced -> Downloads select "application/x-ms-xbap" MIME type Edit -> select Open with other appication in textbox enter "C:\Program Files\Internet Explorer\iexplore.exe" check "Pass Web address directly to application" This automatically opens the XBAP in IE, but just like your solution, I'm left with a blank tab in Opera. It would be nice to see if there are any better solutions out there. – Albert Walker Jul 10 at 5:52

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.