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

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 screen mode, Someone have any idea? I tried many ways,…
Dor Cohen
  • 16,769
  • 23
  • 93
  • 161
3
votes
2 answers

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 anyone know where it exists?
Rachel
  • 130,264
  • 66
  • 304
  • 490
3
votes
1 answer

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 make things more strange: This application works…
Jens
  • 25,229
  • 9
  • 75
  • 117
3
votes
0 answers

XBAP Just Flashes and Won't Run with IE 11 on Windows 10 For Some User

The XBAP is full-trust and it is signed correctly and it runs fine on most of the users. However, I have a user that is running Windows 10 and IE 11 and IE just flashes and the XBAP won't run. You can see the downloaded files window and the full IE…
3
votes
1 answer

Converting XAML to XBAP

I have already created a project using WPF Application and it is running smoothly but now i am requested to change it into Browser based project. For this i consulted the web and developed the WCF service for the data communication. Currently my WPF…
user456064
  • 177
  • 1
  • 3
  • 14
3
votes
1 answer

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 to figure out how to do it over XBAP.
JR.
  • 5,840
  • 9
  • 31
  • 34
3
votes
2 answers

Open new Page from an Xbap

Our application is an Xbap running in full trust. I have a function similar to this: private void ShowPage(Page page) { NavigationWindow mainWindow = Application.Current.MainWindow as NavigationWindow; mainWindow.Navigate(page); } This…
Shaun Bowe
  • 9,840
  • 11
  • 50
  • 71
3
votes
1 answer

Cannot make XBAP cookies work

I am trying to make a XBAP application communicating with a webservice with login. But I want the user to skip the login step if they already logged in the last seven days. I got it to work using html/aspx. But it fails continuously with XBAP. While…
Pic Mickael
  • 1,244
  • 19
  • 36
3
votes
1 answer

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 (so .NET 3.5) that we deployed internally. These…
3
votes
1 answer

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 work very nicely in Internet Explorer. The process…
Alex Davidson
  • 337
  • 1
  • 10
3
votes
2 answers

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 execute the xbap directly, but it does appear if…
Igal Tabachnik
  • 31,174
  • 15
  • 92
  • 157
3
votes
1 answer

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 to clipboard) like a regular HTML page. Wow,…
some guy
  • 31
  • 1
3
votes
2 answers

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. Eventually it comes up with "Application…
SteveSmithSQL
  • 202
  • 2
  • 8
3
votes
4 answers

Can I deploy XBAP without signing in full trust?

Can I deploy an XBAP without signing in full trust?
abmv
  • 7,042
  • 17
  • 62
  • 100
3
votes
2 answers

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 Express and VS2010 beta. I have tried in…
Stuart
  • 31
  • 2