PresentationHost.exe

What is the purpose of PresentationHost.exe
[44 byte] By [VSU] at [2008-1-5]
# 1
It is the process that hosts XBAP applications when running in the web browser.
DrewMarsh at 2007-10-3 > top of Msdn Tech,Visual Studio Orcas,Windows Presentation Foundation (WPF)...
# 2
Is there any documentation available for this some where
VSU at 2007-10-3 > top of Msdn Tech,Visual Studio Orcas,Windows Presentation Foundation (WPF)...
# 3
What specific information were you looking for?
AshishShetty-MSFT at 2007-10-3 > top of Msdn Tech,Visual Studio Orcas,Windows Presentation Foundation (WPF)...
# 4

I just saw this thread and I have a similar question:

Eventuallu .XBAP file is kind of a manifest, it's not an any kind of a .Net assembly.

You can see that it's running under PresentationHost.exe, but where is the binary?

How does it works in terms of a host process that is hosting...what, who?

Where can I read more about this?

Thanks,

Shif

Shifarad at 2007-10-3 > top of Msdn Tech,Visual Studio Orcas,Windows Presentation Foundation (WPF)...
# 5

There is some basic information here: http://msdn2.microsoft.com/En-US/library/aa970051.aspx. The rest should be considered "implementation detail".

XBAPs are ClickOnce applications. The .xbap manifest is the deployment manifest. (For standalone ClickOnce applicaitons, its extension is .application; the format is the same.) The deployment manifest points to an application manifest, usually with ".exe.manifest" extension. And, of course, there is the .exe itself. It's really not a standalone executable. (You can run it as such, but it will just quit right away.) PresentationHost uses System.Deployment.Application.InPlaceHostingManager to download the application's components and activate the application.

ChangoV.-MSFT at 2007-10-3 > top of Msdn Tech,Visual Studio Orcas,Windows Presentation Foundation (WPF)...
# 6

Thanks, that is usefull information.

But in the most common way I dont understand how this app is running.

I used the process explorer to investigate Presentationhost.exe and I don't see any sing for my application.

Where is my actual code? Where is it running?

Thanks,

Shif

Shifarad at 2007-10-3 > top of Msdn Tech,Visual Studio Orcas,Windows Presentation Foundation (WPF)...

Visual Studio Orcas

Site Classified