A Couple of Avalon Express (XBAP) Demos
Some technologies are cut, others just get renamed so many times that people think they've been cut!
Ever since the first public unveiling of Windows Presentation Foundation, we've supported both standalone and browser-based applications. On the browser side, applications run in a partial-trust sandbox that allows a subset of WPF functionality to be supported securely. From Visual Studio, simply create a new project of type "WinFX Web Browser Application" (this presumes you've installed WinFX and the WinFX Extensions for Visual Studio) to create one of these projects.
In order to confuse as many people as possible, this technology has had myriad names over the last few public releases. In Beta 1, it was known as "Avalon Express", and the applications had a file extension of .xapp. However the Express name overlapped with our use of the word "express" to describe the lightweight versions of our developer tools, so in the PDC / September CTP release they were renamed to the simpler, more descriptive "Web Browser Application", with a .wba file extension. Time passes, and it turns out that the .wba extension is used by another product already, so to avoid application conflict, they were renamed again in the recent November CTP release to "XAML Browser Application", with a .xbap file extension. It's the third version of the name, so hopefully we've got it right this time.
Updated: I've enclosed some new samples here - the original ones I linked to are no longer compatible with more recent builds. Thanks to TheWPFBlog for these great samples that run on Windows Vista RC1.
Comments
Anonymous
December 01, 2005
The comment has been removedAnonymous
December 05, 2005
Let's hope they come up with YAN (yet another name) since XBAP is both difficult and ugly. Dropping or replacing the B(rowser) would make me happy though.Anonymous
January 01, 2006
The comment has been removedAnonymous
January 18, 2006
Ive got the Jan CTP installed. Its working fine (the Avalon bit anyway) as its comes up with an error when I try either of these XBAPs:
ERROR SUMMARY
Below is a summary of the errors, details of these errors are listed later in the log.
* An exception occurred while downloading the manifest. Following failure messages were detected:
+ Downloading http://www.mobiform.com/demos/avalonclock/webavalonclock.xbap did not succeed.
+ The remote server returned an error: (407) Proxy Authentication Required.
Now I am using a proxy, but its setup in IE options, and works fine for regular web browsing. I'm assuming that Avalon is not clever enough to use these settings?Anonymous
March 17, 2006
.Net config does not use default proxy. You have to add it yourself.
Add to machine.config (X:WINDOWSMicrosoft.NETFrameworkv2.0.xxxxxCONFIG) the following lines:
<configuration>
...
<system.net>
<defaultProxy enabled="true" useDefaultCredentials="true"/>
</system.net>
</configuration>Anonymous
March 17, 2006
The comment has been removedAnonymous
April 05, 2006
I have the similar problem as above - "Trust Not Granted" error, Could you please let me know how to resolve this issue.
My Email : malik_daredia@satyam.comAnonymous
April 16, 2006
I also have the similar problem as above - "Trust Not Granted" error, would you please let me know how to resolve it?
My Email : xuyuzhen@boco.com.cnAnonymous
April 19, 2006
My colleague Tim Sneath posted a blog back in Nov 2005 which I think captures this pretty well. Here...Anonymous
April 19, 2006
I am developing software using winfx I would like to know how to create a xbap file .
Do you have some code sample that can I download?
thanks
sam
email: smartstore@hotmail.comAnonymous
April 28, 2006
I did not solve the problem "Proxy Authentication Required" after i edit the machine.config as above, how to resolve it?
My Email:guojingwei@boco.com.cnAnonymous
July 03, 2006
hi,
i am trying to open the webfpaintfactory.xbap in my browser.But its giving me error stating that "Trust not granted". Can someone please help me to sort this problem.Also i m building WinFX browser application and so do want some of the source codes or the links through which i could have the sample source code or for the clock and web paint factory.
Thanks in advance.
One can mail me at: saloni@adiance.comAnonymous
July 23, 2006
I saw many people have problem with "TRUST NOT GRANTED". Is anyone get the solution yet ? Please post the solution is you have one.
Thank You,
you can email my at jyu@aws.com.Anonymous
September 04, 2006
Yeah, I would like to see these demos, but "trust is not granted". Leave a comment at my space :PAnonymous
September 20, 2006
The comment has been removedAnonymous
October 05, 2006
PingBack from http://microsoft.blognewschannel.com/index.php/archives/2006/10/06/simple-wpf-demo/Anonymous
November 07, 2006
Hello - How does this compare with WPF/e? Are these XBAP applications supported on multiple platforms? Thanks, MDAnonymous
January 14, 2007
PingBack from http://www.xbap.org/blog/?p=8