Every time I run my WBF Browser Application sample I get the following error:
To be more precise, I get the error after I close IE that is running the application. I suppose this is caused by the fact that .NET Framework 3.5 is still in beta (2). For the moment, I am more interested in finding out what PresentationHost.exe has to do with my WBF Browser Application.
Here is what I found on MSDN about PresentationHost.exe:
Windows Presentation Foundation (WPF) Host (PresentationHost.exe) is the application that enables WPF applications to be hosted in compatible browsers (including Windows Internet Explorer 7 and Microsoft Internet Explorer 6). By default, Windows Presentation Foundation (WPF) Host is registered as the shell and MIME handler for browser-hosted WPF content, which includes:
- Loose (uncompiled) XAML files (.xaml).
- WPF browser application (XBAP) (.xbap).
When a .xbap file is called, here is what happens:
This is the same technology that allows Word documents to be loaded inside of IE.
So, PresentationHost.exe is the engine behind every XAML Application. One down! What about the error?
Related posts:
RSS feed for comments on this post · TrackBack URI
Leave a reply