Tagged Questions

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

learn more… | top users | synonyms

24
votes
4answers
10k views

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 ...
15
votes
4answers
7k views

Is there a WPF message box?

Is there a standard message box in WPF I should use, like WinForms System.Windows.MessageBox.Show()? ...or is it OK to use the WinForm message box?
14
votes
6answers
462 views

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 ...
14
votes
6answers
2k views

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" ...
12
votes
4answers
6k views

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 ...
10
votes
4answers
1k views

What is the difference between Silverlight and XBAP?

What is the difference between Silverlight and XBAP? Where would you use one vs. the other?
10
votes
4answers
4k views

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 ...
10
votes
4answers
4k views

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 ...
8
votes
1answer
490 views

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 ...
7
votes
1answer
491 views

xbap fails to load in internet explorer

There is one user who only get a dialogue box and download error when browsing to my xbap application. I've got several other client users without this problem. What could be causing internet ...
6
votes
2answers
138 views

CD Burning within an XBAP

Hi I have an XBAP that needs to be able to burn cd's. When running from inside Visual Studio, everything works okay. However when running from a browser, the IMAPI dll reports that the environment is ...
5
votes
5answers
728 views

XBAP usage and maturity issues

we're considering migrating our UI to XBAP. we've chosen XBAP despite knowing the clients must have .net pre-installed, since we're not targeting the masses but rather IT professionals in the ...
5
votes
2answers
2k views

WPF - Switching from WPF app to xbap

I have a working WPF application. I would like to see it running as an xbap. What do I need to change in my WPF app to make it run as an xbap?
4
votes
1answer
94 views

Can you easily turn a WPF Application to a WPF XBAP Application?

I'm asking this question here because after looking around the web for answers, I can't seem to find the answers i'm looking for. I'm wondering can you easily take a WPF Application you built to run ...
4
votes
0answers
174 views

Is Microsoft serious about XBAP? [closed]

As a developer, can I count on XBAP? or is Microsoft slowly removing support in favor of Silverlight? One of the selling points of XBAP is multi browser support (IE and Firefox). However, the ...
4
votes
4answers
2k views

How to deploy a WPF 4 Full Trust XBAP an on intranet?

I'm having trouble running a full trust WPF 4 XBAP (browser application), created with Visual Studio 2010, from my intranet. I do not get a ClickOnce elevation prompt, as described in ScottGu's post ...
4
votes
1answer
3k views

XBAP with FireFox and Windows 7

Firefox depends on an extension and plugin installed by the .NET 3.5 installer to run XBAPs. Unfortunately, in Windows 7 the .NET 3.5 runtime is already installed. Does anyone know how to get a hold ...
4
votes
2answers
1k views

How can I close the browser from an XBAP?

I am using an XBAP application in full trust. I need to close the browser hosting the XBAP when I click a button. How can I achieve this? Application.Currenty.ShutDown() only closes the application, ...
4
votes
1answer
549 views

Do we need to install Intermediate Code Signing cert for full trust XBAP/ClickOnce app?

We are creating a Full-Trust XBAP application and it needs to be installed/executed remotely outside of the customer's domain. In order to accomplish this we have purchased a Thawte code-signing ...
4
votes
2answers
1k views

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 ...
4
votes
3answers
703 views

Keyboard shortcuts in an XBAP

I would like to support keyboard shortcuts in my WPF XBAP application, such as Ctrl+O for 'Open' etc. How do I disable the browsers built-in keyboard shortcuts and replace them with my own?
3
votes
1answer
116 views

How can I get the referer in an XBAP or ClickOnce Application?

I would like to put a Back button in my XBAP which takes the user back to the page they launched the XBAP from, however I am not sure how to get the HTTP_REFERER from within the application. Does ...
3
votes
2answers
2k views

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 ...
3
votes
1answer
130 views

XBAP: Missing texts in published version

After publishing my XBAP application, I am missing all (or some) TextBlocks. It looks like this: The buttons should be labeled, there should be various TextBlocks all over the main screen. To ...
3
votes
1answer
799 views

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 ...
3
votes
1answer
464 views

How do I debug a published XBAP file in VS2010?

I need to debug a full-trust application either by specifying a URL or, ideally, from within the web app I am intending to deploy it to. I've tried the following: Running "PresentationHost.exe ...
3
votes
1answer
203 views

Is it possible to overlay HTML over XBAP?

Is it possible to overlay HTML elements over XBAP? I have an XBAP application in an iframe on a webpage, and I'm trying to overlay HTML elements over it. I can easily do it over Flash, but I have yet ...
3
votes
1answer
234 views

What do I need to do to make a WPF Browser Application (XBAP) that requires Full Trust work on Windows 7?

So this is a Visual Studio 2008, .NET, WPF, XBAP, Windows 7 question, regarding .NET trust policies. At work, we have several Web Browser Applications (.XBAP files) developed with Visual Studio 2008 ...
3
votes
2answers
1k views

Override mime type with VS Web Dev Server

I would like to serve xbaps from the VS web dev server (cassini) to Firefox, but when served from the dev server, Firefox offers to download this file. As far as I can tell, this is because the dev ...
3
votes
1answer
570 views

BrowserInteropHelper.HostScript is null in XBAP in Firefox

We're trying to use a full-trust XBAP as a sort-of-browser-independent bridge between Javascript and COM. .NET 4 allows scripting of XBAPs via BrowserInteropHelper.HostScript, and this does indeed ...
3
votes
2answers
428 views

Strange toolbar in Firefox-hosted xbap application

I have an xbap application which is basically a Windows Form hosted in a WPF control. When I run it with Firefox, I get toolbar, which I can't seem to remove. This toolbar does not appear with IE if I ...
3
votes
1answer
95 views

XBAP Select Page Text

Took over an XBAP browser application. XBAP was chosen over HTML for some clipboard actions, and the application was well received. Recently a user asked why he cannot select screen text (and copy ...
3
votes
1answer
684 views

XBAP applications won't download: The operation has timed out?

Trying to download any XBAP application on a workstation that used to be able to, the presentationhost loads and then sits at "Downloading Application" with zero bytes downloaded for several minutes. ...
3
votes
4answers
817 views

Can I deploy XBAP without signing in full trust?

Can I deploy an XBAP without signing in full trust?
3
votes
2answers
450 views

Debugging WPF browser applications gives a download file

I have built an application for my college work in WPF browser, but when I try to debug, Firefox opens and gives me a download of the xbap file, which should run in the browser. This happens in VS2008 ...
3
votes
1answer
796 views

CruiseControl.NET service failing to build due to MSBuild ResolveKeySource error, despite certificate being imported

We just had an XBAP/WBA project added to our build server. It uses a PFX file for signing. I imported the PFX file to the CruiseControl.NET service certificate store, and can see it in the ...
3
votes
4answers
1k views

Can WPF browser apps be used as a replacement for ASP.NET?

I don't understand the purpose of the WPF browser appliction. Is it simply another way of serving information through a browser, or is it not intended to be used for external deployment?
3
votes
1answer
537 views

Directly Navigating a Browser with an XBAP

I'm working on a full-trust WPF browser application (XBAP) and have come across a snag. An application on the client is wired to handle navigation requests with a certain prefix/protocol. (For ...
3
votes
5answers
8k views

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

I have a XBAP application with the following user control: <UserControl x:Class="XXX.UsersGrid" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" ...
3
votes
1answer
2k views

How to update an XBAP's config file after deployment?

We have a WPF XBAP application that we want to change the configuration on the server after it is deployed. Since the config file is embedded in the deployment files, how is this possible? For ...
2
votes
0answers
204 views

Enter full screen mode in wpf browser .xbap hosted in asp.net

I has searched a lot but failed to success. I wrote media player in Wpf Browser, then I deploy my .xbap file inside asp.net aspx file. now I need my media player will be able to switch into full ...
2
votes
2answers
132 views

XBAP in fullscreen mode

I want to Run my XBAP in full screen mode. Is there any way to make IE to open XBAP in fullscreen?
2
votes
1answer
266 views

How to use DispatcherOperationCallback in vb.net

I have a problem with coverting c# to vb.net on using DispatcherOperationCallback. I have tried to convert it based on help to convert c# anonymous to vb.net I'm using VS2010. I have a c# code like ...
2
votes
1answer
106 views

Is it possible to access the ASP.NET HttpSession by using WPF XBAP Application?

I have a .xbap application and ASP.NET running on the same IIS server. And I did a login session from ASP.NET, but in my XBAP Application it must login again to access to this system. I want to use ...
2
votes
1answer
336 views

Deploying XBAP with win32 DLL

My XBAP application uses two win32 dlls and as usual many .Net dlls. Since we add .net references to the project itself, that is not a problem, as they all get deployed automatically when publishing ...
2
votes
2answers
277 views

Pass information for user athentication to XBAP application

I want to pass information to athenticate a user to an XBAP application running in a browser. It's a username and password, where the password is hashed. I've figured out how to do it via GET request ...
2
votes
1answer
220 views

Using the same WPF application for standalone and on web

I have an XBAP (WPF on browser) application that I want to run as a standalone application and also in the browser. How can I do that without making a lot of code changes, since going forward we will ...
2
votes
1answer
907 views

Unable to debug XBAP with Visual Studio 2010

Just migrated my project to Visual Studio 2010, but target framework was left 3.5. Project contains an XBAP app in partial trust and a bunch of WCF services. Debugging is configured to start ...
2
votes
2answers
303 views

Detection of browser version in WPF

Is it possible to find out in what browser version a browser hosted application (XBAP) runs (eg. IE6, IE7 or IE8)? I want to find out the browser version from within the XBAP.
2
votes
2answers
191 views

Has silverlight replaced or killed off XBAPS

Has silverlight replaced or killed off XBAPS?

1 2 3 4 5