Questions tagged [xbap]

XBAP (XAML Browser Application) are Windows Presentation Foundation (WPF) applications that run in a sandboxed environment in a user's browser

XBAP (XAML Browser Application) is a new Windows technology used for creating Rich Internet Applications.

347 questions
60
votes
8 answers

What happens when a code signing certificate expires?

I am considering purchasing a code signing certificate from VeriSign or Thawte to sign an XBAP with. My question is this: What happens when that certificate expires? $299 and $599 are pretty hefty prices for 1-year/2-year cerificates, and if I have…
Rob
  • 25,984
  • 32
  • 109
  • 155
37
votes
4 answers

WPF vs XBAP vs Silverlight... which suits business applications?

I'm pretty familiar with a lot of the ins and outs of full fledged WPF client applications. I know that WPF client applications supports the full .NET Framework 3.5, allows for hardware acceleration of 2D and 3D graphics, theming, templating,…
Mark Carpenter
  • 17,445
  • 22
  • 96
  • 149
28
votes
5 answers

Mysterious red border appears around ComboBox

I have a WPF app - an XBAP - with a ComboBox on the main page. When I select an item in the ComboBox, an event handler rebuilds a collection which is the data source for a listbox. Seems like pretty simple stuff, all stuff I've done in WPF…
flatline
  • 42,083
  • 4
  • 31
  • 38
24
votes
4 answers

XBAP Application, can these work in Google Chrome?

I'm developing a .NET 3.5 XBAP application that runs perfectly fine in FF3 and IE6/7 etc. I'm just wondering if its possible to get these to run under other browsers, specifically (as its in the limelight at the moment) Google Chrome.
Kieran Benton
  • 8,739
  • 12
  • 53
  • 77
22
votes
7 answers

How to update XBAP to latest version on client computer?

I developed a XAML browser application (XBAP) that is embedded within an ASP.NET web page. I am having a problem getting the latest version of the XBAP to update on the client computer. During development, I have had to use the Mage.exe tool to…
Alcy
  • 221
  • 2
  • 4
20
votes
4 answers

What is the difference between Silverlight and XBAP?

What is the difference between Silverlight and XBAP? Where would you use one vs. the other?
msvcyc
  • 2,569
  • 4
  • 24
  • 30
18
votes
6 answers

Is this list a correct understanding of Microsoft's current application deployment options?

I'm trying to get my head around the many application deployment options which Microsoft currently offers. Doing a little research turned up dozens of confusing terms: "WPF App" "ClickOnce App" "WPF ClickOnce App" "MSI App" "XBAP App" "XBAP App…
Edward Tanguay
  • 189,012
  • 314
  • 712
  • 1,047
17
votes
4 answers

WPF WBA (XBAP) versus Silverlight

I'm looking into creating a system / site which includes a website. I would like to get the benefits of WPF, and WBA seems to be a good avenue of doing this. Silverlight on the other hand is also good for accomplishing this goal, with the difference…
CodeMonkey1313
  • 15,717
  • 17
  • 76
  • 109
16
votes
6 answers

How to fetch string from resource to assign in WPF Resource section in xaml

I have a XBAP application with the following user control:
coder_bro
  • 10,503
  • 13
  • 56
  • 88
15
votes
1 answer

Is XBAP (WPF via webpage) dead?

I see a lot of XBAP related questions posted here without answer. I know that Silverlight and WPF (desktop) applications exists, but don't remember seen one XBAP product. Can anyone tell if XBAP is dead (no applications being…
Néstor Sánchez A.
  • 3,848
  • 10
  • 44
  • 68
15
votes
5 answers

Set default browser when debugging WPF?

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…
Albert Walker
  • 321
  • 2
  • 7
14
votes
3 answers

XBAP - This application type has been disabled

I have an XBAP on my website that used to work. I checked it today for the first time in ages and found it's not working on Win7 x64 / IE9. http://drewnoakes.com/code/wpf/flags/demo/demo.xbap The error message I see is: Startup URI:…
Drew Noakes
  • 300,895
  • 165
  • 679
  • 742
8
votes
2 answers

WPF Browser Applications vs WPF Desktop Applications

I want to know what are the differences between a WPF Browser Application and WPF Desktop Application. I know that the browser application runs on IE and FF, but about the technology, is the same? I mean, we can do exactly the same by the two ways?…
rochastuff
  • 125
  • 3
  • 8
8
votes
5 answers

Is there a concept of a master page (like in asp.net) for WPF?

I've started a WPF (web-based) application and it has multiple pages. I want to implement the concept of a Master page in WPF, so that when I make changes in the design/layout of one page then all the others pages will follow suit without all the…
asunrey
  • 875
  • 2
  • 10
  • 28
7
votes
2 answers

Detect network connectivity from a WPF/XBAP Application?

Is there any way to determine if an XBAP (WPF hosted in a browser) application has network connectivity? If not, how would a traditional windows client written in C# and .NET determine if it has connectivity? Basically the use case is an XBAP…
Justin Ethier
  • 131,333
  • 52
  • 229
  • 284
1
2 3
23 24