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
7
votes
2 answers

How can I get my XBAP to run in my browser instead of downloading it on Windows 7?

On my old XP computer, running an XBAP from Visual Studio would open it up in Google Chrome. I switched to Windows 7, and now running an XBAP downloads the file like it were a ZIP or an EXE instead of opening it in the browser. The same thing…
Rachel
  • 130,264
  • 66
  • 304
  • 490
7
votes
0 answers

Is Microsoft serious about XBAP?

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 Firefox add-in for XBAP is not in the .NET 4.0 install. I…
user380719
  • 9,663
  • 15
  • 54
  • 89
6
votes
2 answers

CD Burning within an XBAP

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 not supported as soon as it tries to access the…
Smully
  • 81
  • 2
6
votes
2 answers

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 explorer not to be able to display the xbap?
Makach
  • 7,435
  • 6
  • 28
  • 37
6
votes
1 answer

How to create XBAP from VS 2012

I thought that creating my application with WPF and XAML would make it more portable, maybe even executable over the web, but I'm having trouble figuring out how this works with VS 2012. The resources I'm looking at are saying that I need to create…
BlueMonkMN
  • 25,079
  • 9
  • 80
  • 146
5
votes
2 answers

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?
Gus Cavalcanti
  • 10,527
  • 23
  • 71
  • 104
5
votes
3 answers

Force PresentationHost to use TLS 1.2

A server has disabled TLS 1.0/1.1. The client is an XBAP application running in Internet Explorer. It looks like the PresentationHost tries to establish a TLS 1.0 connection but fails because the server refuses it. Can I somehow force (e.g.…
Dunken
  • 8,481
  • 7
  • 54
  • 87
5
votes
1 answer

Adding assemblies to the GAC from Inno Setup

I am developing some XBAP Applications that uses Fluent nHibernate and mshtml. The problem is: The size of the nHibernate.dll (2.080 KB) and Microsoft.mshtml.dll (7.826 KB) I would like to create a Pre-requisites installer to my application, so it…
Tony
  • 16,527
  • 15
  • 80
  • 134
5
votes
2 answers

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 -embedding" from the command-line, attaching through…
flatline
  • 42,083
  • 4
  • 31
  • 38
5
votes
2 answers

Should I still use Silverlight/XBAP

We need to create an application that can be used via the browser but that can also be used while offline. The browser Version will be used by our customer to do calculations. Each customer needs to log into the application with a username and…
Alexander
  • 1,021
  • 6
  • 20
  • 38
5
votes
3 answers

XBAP Support in IE Edge

I was building an WPF Browser application as such it requires many client specific functionality. During debugging when i tried to run this application in IE Edge it starts behaving in buggy way i.e. it keeps downloading XBAP file in recursion again…
Srujal Kachhela
  • 209
  • 1
  • 4
  • 15
5
votes
4 answers

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 on WPF 4: Full Trust XBAP Deployment Starting…
sparks
  • 1,264
  • 1
  • 15
  • 29
5
votes
2 answers

Run WPF application in browser

I have my application wrote in WPF. Now, i want it to run in browser so I've read about it and I know that XBAP is my solution. What is my problem? It won't run on my PC. I checked every popular browser (chrome, FF, IE, opera) and nothing. Browsers…
Koscik
  • 190
  • 1
  • 3
  • 14
5
votes
5 answers

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 corporate environment, and it's a way to preserve our…
Yonatan Karni
  • 977
  • 2
  • 13
  • 32
5
votes
3 answers

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, leaving the browser blank.
ARV
  • 1,111
  • 5
  • 22
  • 46
1
2
3
23 24