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

FireFox v22.0 won't download and display XBAP anymore

I've recently upgraded to FireFox 22. Originally, a legacy XBAP I use always opened correctly in FireFox and had no problems displaying or running. As of 22, it won't even attempt to download the application, let alone try and display it. I have the…
William Troup
  • 12,739
  • 21
  • 70
  • 98
3
votes
1 answer

How deserialize a Stream with BinaryFormatter in XBAP application?

Why I get such exception and how can I deserialize the data? Note Deserialize(Stream serializationStream) method throws the exception. The Uri is correct. The file is located in my computer public Structure DeserializeStructForXBAPApplication() …
lixonn
  • 1,033
  • 1
  • 12
  • 28
3
votes
1 answer

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 certificate store for the service. Yet we are still seeing…
si618
  • 16,580
  • 12
  • 67
  • 84
3
votes
4 answers

XAML, WPF and Windows 8

I'm hoping someone here can explain to me the difference between WPF and XAML exactly in this context: I have an application (an XBAP specifically) written in VB.NET using MVVM & Repository Pattern, implementing the the usual…
Omar Mir
  • 1,500
  • 1
  • 19
  • 39
3
votes
1 answer

XBAP application failing on second browing domain

I deployed an XBAP application on two different servers with different domain names. Unfortunately, It loads ok on first browsing domain and throws the exception below when browsing second. If I use mage -cc to clear the cache, again, it loads fine…
Mahesh
  • 1,651
  • 5
  • 26
  • 47
3
votes
1 answer

ModalPopup click twice when IFrame XPAD is on the page

I have a aspx page, with a modalpopup extender, and it's work perfect. But I place an Iframe on the end of the page, and the modelpopup work only when I click the button twice. I can't find the answer for this problem.
3
votes
1 answer

.NET 4.0 XBAP security issues with GAC

We have a problem since converting our products to .NET 4.0 and using the updated code access security model. Basically we have component libraries that may or may not be installed to the GAC on a machine. If someone makes an XBAP with default…
Bill
  • 31
  • 2
3
votes
1 answer

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 certificate. We have used the spc and pvk from…
FarrEver
  • 2,951
  • 5
  • 29
  • 24
3
votes
0 answers

F1 help in XBAP

I understand Stack Overflow is the place for really specific questions that only a couple of people would be interested in so here goes... I have an application which is deployed as an XBAP which contains some embedded WinForms popup modal dialogs -…
2
votes
1 answer

Does Silverlight use Presentation Host?

I deal mostly with XBAP, Q1.XBAP normally uses the PresentationHost.exe to get the work done,What does SilverLight use? Q2.Are there considerable differences in moving from XBAP to SilverLight ? (Experience Based or fact based answers?) Can…
abmv
  • 7,042
  • 17
  • 62
  • 100
2
votes
3 answers

XBAP won't run in Mozilla Firefox

I try to open a XAML Browser Application in Firefox, but it always displays an open/save dialog and for each option keeps opening a new tab. Is there any solution?
catalin ilie
  • 121
  • 2
  • 7
2
votes
1 answer

WPF (XBAP) application not trusted on some machines butother get a prompt and can run the application

I'm having an Issue with a WPF file not running correctly. On some machines it starts a security prompt shows up and clicking ok lets the application run fine. but on other machines (some with an identical set up because the machines are all imaged…
Drew Braye
  • 23
  • 1
  • 1
  • 3
2
votes
3 answers

Dual-deploying a WPF app natively and as a XBAP

How to create a WPF application that can be deployed as either a XBAP or as a native Windows application with as little overhead as possible? XBAPs are binary compatible with WPF Windows applications and run on top of the same CLR (Unlike…
Mikko Rantanen
  • 7,884
  • 2
  • 32
  • 47
2
votes
2 answers

Include external file in XBAP application

How can i include an external file in a XBAP application? For example a .dat file where i need to extract some data from? I want everything to happen inside the .xbap file, is that possible?
catalin ilie
  • 121
  • 2
  • 7
2
votes
1 answer

XBAP, Fulltrust application security / trust exception

There are alot of settings in all the versions of IE & windows, that may cause problems for users attempting to run xbap applications, particulary in fulltrust mode. I seem to have gathered a long list of such cases during the last year. However I'm…
Stígandr
  • 2,874
  • 21
  • 36