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

Xbap application -- WPF host has encountered a prob and needs to close

I have developed a Xbap application and it has been deployed on customer site and it is working fine for all computers but one of them. On this computer, when loading the application following error message appears: The mentioned computer having…
amir moradifard
  • 353
  • 1
  • 8
  • 26
0
votes
1 answer

How to specify a browser to use for debugging in Visual C# 2008 Express?

With recent events with vulnerability found in WPF browser plugin and Firefox forcing a block on it, I can't seem to find a setting in Visual C# 2008 Express Edition that would allow me to run/debug my XBAP project in Internet Explorer without…
Alan Mendelevich
  • 3,591
  • 4
  • 32
  • 50
0
votes
1 answer

XBAP unable to start in IE10

I created a simple XBAP WPF application but when I try to browse it, I get this error: PLATFORM VERSION INFO Windows : 6.2.9200.0 (Win32NT) Common Language Runtime : 4.0.30319.18010 System.Deployment.dll :…
Jack
  • 7,433
  • 22
  • 63
  • 107
0
votes
1 answer

Can I use an XBAP in a ASP.NET Application?

The problem I started with is that I want to display in an ASP.NET application a 3D model. First of all I thought of Silverlight, but Silverlight 3 does not support 3D rendering. WPF does, so the next step was creating a demo for an WPF browser…
melculetz
  • 1,961
  • 8
  • 38
  • 51
0
votes
0 answers

C# WPF XBAP Elements can go out of tabitem

I have grid inside a tabitem. The grid can have from one to n elements, all of the same type as in the picture. Now, I've been playing with this for a loong time and searching for answers, but can't find one. The problem is, elements can go out of…
Rare
  • 11
  • 5
0
votes
1 answer

Xbap application: How can I prompt user to confirm exit when the user close the browser or browser tab?

application_exit and session_ending event in app.xaml cannot help. Is there any way to achieve this?
0
votes
1 answer

Deploying xbap in a full trust mode

I have xbap which needs to run on a full trust mode because my application needs to upload a file from the client machine to process. I have to provide a installation steps to install. If i do it as a click one instillation, do i still get a…
SituStarz
  • 125
  • 5
  • 14
0
votes
1 answer

Can I read files inside a directory without using OpenFileDialog?

I have an app and I am thinking that a WPF XBAP app would be best suited for this. However, I am not aware of the limitations that it comes with. So, before choosing this tool I need to be aware of it. Basically I want to read any folder inside the…
Jack
  • 7,433
  • 22
  • 63
  • 107
0
votes
1 answer

WPF User Control Library XAML error in WPF Browser App

I have this issue when using a WPF User User Control Library I have made, in a WPF Browser App. I added it to the Page as follows and have added the Reference to my User Control to the project
Scott
  • 11
  • 4
0
votes
2 answers

Unable to find assembly 'Microsoft.Practices.ServiceLocation'

I have deployed my WPF browser application that is using Prism with MEF on IIS 7. But I encounter the following error after the IE finishes downloading the applications files. Before I forget, I should mention that it works fine in debug mode and…
M.A.K
  • 9
  • 1
  • 2
0
votes
1 answer

WPF Browser Application Installing as Non-Admin user + .NET Framework

My app uses .net 4 Client Profile, and needs to be installed on a machine, which doesn't have the net framework and by a non-admin user. Could anyone confirm if it's possible?
user1514042
  • 1,899
  • 7
  • 31
  • 57
0
votes
1 answer

Problems calling a WCF service from a WPF xbap client app in another host

I am new to WCF, I have developed a WCF service that returns a string with a required value, I publish it in IIS on the same computer and then I created a WPF client app, I tested it in Debug mode and worked fine, I tried publishing the client app…
Rocio
  • 35
  • 6
0
votes
1 answer

xbap cannot find it's DLLs until I run the file directly

Lately, when I deploy my xbap, if I browse to the url where IIS hosts it, I see a 'file not found' http error message on some of the DLLs it is trying to download from the Application Files folder. This will continue to be a problem until I double…
RichardJohnn
  • 654
  • 9
  • 24
0
votes
1 answer

Is recording audio allowed in XAML Browser Applications

I am searching ways to perform audio recording from the client's computer. I have stumbled upon XAML Browser Applications - XBAPs, and I want to make sure, is it possible to perform audio recording using it?
vondip
  • 13,809
  • 27
  • 100
  • 156
0
votes
1 answer

WPF XBAP Custom Splash Screen

SplashScreen class (.NET Framework 4.5 Documentation) says: The SplashScreen class cannot be used in XAML Browser Applications (XBAPs), because they use a different startup architecture. So i guess there is a need to provide some manual plumbing…
Jaded
  • 1,802
  • 6
  • 25
  • 38