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

1
vote
0answers
40 views

AppDomainManager with an XBAP

I'm trying to dynamically load an application domain manager within an XBAP. When running the application, the application domain manager is never hit and VS tells me that symbols are not loaded for ...
0
votes
0answers
19 views

Using C# .NET XBAP, how to store & retrieve client side recent history data ?

We have an XBAP based application where users heavily uses Search. Now we would like to have some mechanism where how we can show them top 10 (OR 20) recent results the user searched , as these are ...
0
votes
1answer
50 views

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 ...
0
votes
0answers
69 views

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 : ...
1
vote
0answers
27 views

xbap write to server

Using XBAP I know it is possible to read files from server, but is it anyhow possible to write files to server?
1
vote
0answers
35 views

Access XBAP function

I have written a XBAP application which runs on iis at the moment. Now I have a requirement to create a new MDI application which can host multiple xbap applications. I have created this by ...
0
votes
0answers
72 views

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 ...
0
votes
0answers
142 views

Receiving a WCF callback service from a ASP.NET web app hosted in IIS

I have been working on this issue for a couple of days now. The problem has 3 working parts. I have a ASP.NET site , WCF IIS hosted service and WPF xbap app. What I'm trying to do is pass variables ...
0
votes
1answer
158 views

WPF Best way of displaying a busy indicator when dynamically creating a page

I have a WPF application that runs as an XBAP in a browser. On a few pages all the controls are dynamically created depending on what the user selects. Because of this it can look like the ...
0
votes
1answer
33 views

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

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 ...
0
votes
0answers
152 views

WPF - Trust Not Granted

I first would like to say that my understanding of WPF is poor and I'm trying to solve a very critical issue which currently cannot be treated by our expert on that matter. We have a web-application ...
0
votes
1answer
164 views

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 ...
1
vote
1answer
88 views

IE9 XAML Security - Does a Full-Trust Certificate suffice?

Recently the IE developers (in their infinte wisdom) enhanced the way IE9 security works when it downloads an XAML browser file - which I need to do as I have a Winforms application hosted 'within' an ...
1
vote
0answers
269 views

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 ...
1
vote
1answer
97 views

Unable to find assembly 'NHibernate when publishing WPF/xbap

Trying to publish a WPF project as an xbap to an IIS instance, while internally using NHibernate + SQL CE for storage. Getting Startup URI: http:///PROJ/WpfBrowserTest.xbap Application Identity: ...
0
votes
1answer
211 views

How can I get the URL used to launch an XBAP?

If someone launches my xbap from http://myserver/folder/application.xbap, I would like to get the http://myserver/folder/ part of the url from within the application. How can I do that? I have ...
0
votes
0answers
39 views

Display a pdf file in xbap -WPF Brower application

I need to display pdf file in half of the web page dynamically in xbap application. pls advise me a solution.
1
vote
0answers
72 views

XBAP project with multiple pages

I have one XBAP(abc.windowloading) project in my application with Page1.xaml, Page2.xmal etc... When I am trying to deploy it's creating abc.windowloading.XBAP file and all other required file in the ...
0
votes
1answer
66 views

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?
2
votes
0answers
220 views

WebBrowser Control inside XBAP application: allow cookies

I have a WebBrowser control (System.Windows.Forms.WebBrowser + WindowsFormsHost) inside XBAP application. The problem is that when I "Navigate()" to website that requires cookies and I put my ...
0
votes
1answer
234 views

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 ...
1
vote
4answers
2k views

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

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

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 ...
2
votes
5answers
787 views

WPF (XBAP) vs ASP.NET MVC on Intranet? [closed]

I need to make an application that will be used within an organization. They need it to be available on their network. I have considered two options ASP.NET MVC and WPF (web). WPF Web Browser ...
0
votes
1answer
77 views

Are there any WPF-XBAP Applications in the wild?

Do you know any WPF XAML Browser Applications? Commercial or open source. Thanks
0
votes
0answers
42 views

Visual Studio Component Tab

I am using visual studio 2012, and I made a WPF Browser application. I want to add some components (BackgroundWorker) but I don't see the component tab in the Toolbox. Should I change some ...
0
votes
1answer
44 views

Browser detection in xbap application

Is it possible to check whether xbap application runs on 32bit or 64bit version of IE9?
0
votes
1answer
126 views

Canceling background task during WPF XBAP application exit

I have a wpf xbap application that downloads some data in background. There is a need to stop downloading and flush cache on application exit. Now it is implemented as follows : App.xaml : ...
1
vote
2answers
150 views

How to display a WPF page or window without waiting for heavy processes to finish

I am working on a WPF Browser Application. The problem is that I have to load some heavy services in the beginig, this causes to see a white page for some seconds before the page components get ...
0
votes
3answers
212 views

Is it possible to understand when a WPF window or page controlls loading is complete?

I am working on a WPF Browser Application. I want to know how I can understand when the loading of a page is finished and the components are shown to start loading the heavy background services. ...
0
votes
1answer
37 views

Is it possible to use DependencyProperty in a WPF Browser Application?

I am new with WPF, I am trying to change one of my applications form windows application to a browser application. In browser applications we use pages instead of windows. So I wonder if I can still ...
1
vote
1answer
96 views

XML taking to long to parse in MSSQL

I have a large xml stream I pass to a stored procedure, but I'm getting a long response time of almost 1.30 minutes on a specific part of the xml which gets repeated alot. I've checked the Execution ...
0
votes
0answers
48 views

Xbap Application System Dpi wrong behaviour

I have a Xbap Application that runs well for system Dpi at 100% (96 dpi i assume). But when i change the system's settings from control panel to 125%, the iframe container remains the same, but the ...
0
votes
1answer
525 views

Turning off security messages for WPF XBAP applications in Internet Explorer

I'm developing a WPF XBAP application. When i try to open it in Internet Explorer (9.0.8112.16421 Update version 9.0.9 KB2722913, Windows 7) every time security warning is popped up. Twice. That's ...
1
vote
0answers
172 views

Visual Studio C#/WPF 2010 xbap projects no longer debugging

I have scoured this site and others for similar issues, and have found some that are somewhat similar, but none of the fixes seem to work for me. When starting a debug, it loads IE, and then ...
0
votes
0answers
76 views

Http handler for XBAP application

I want to call a httphandler before browsing an XBAP application. My http handler at the moment does nothing than printing hello world and the code is as given below: public class ...
0
votes
0answers
69 views

WPF XBAP DialogWindow ListboxItem not selectable

I have a WPF BrowserApplication. That Application runs with fulltrust and can open a Dialogwindow. That Window contains a special DataGrid (devcomponents), 2 buttons and a listbox. One of that two ...
0
votes
1answer
302 views

XBAP Clear cache from application

Is there a way to clear the cache from Xbap application instead of running mage or rundll32 from command prompt?? Thanks, Mahesh
1
vote
0answers
111 views

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 ...
1
vote
0answers
73 views

Run remote xbap application on Windows 2000 hosted Windows 2008

I need to run an xbap application (.Net Framework 4.0) from Windows 2000 Professional, but with the Framework 2.0 is impossibile. So, there is a way to run a remote application hosted on Windows 2008 ...
0
votes
0answers
121 views

Are FrontPage extensions really needed to deploy an XBAP?

I wrote an XBAP that works on my client computer. I try to deploy it in Visual Studio C# Express 2010 and specify that it will be installed from a website, providing the URL of my Amazon EC2 Windows ...
0
votes
1answer
298 views

Convert an XBAP to a stand alone WPF application

I have an XBAP that I need to convert to a stand alone WPF application. I have browsed the code and I can't seem to find what makes the application an XBAP as opposed to a standard WPF. Can anyone ...
0
votes
0answers
220 views

XBAP runs on server's browser but not on client browser

I created an XBAP that runs fine on my Windows Server 2008 R2's Internet Explorer browser, but when I try to connect to it from a client (the PC on which I created and tested the XBAP), it says that ...
0
votes
0answers
69 views

Executing a WPF application outside the browser when using XBAP

I am rewriting ancient VB code that uses a web app that executes the application outside of the browser window. I am trying to convert it to a WPF XBAP, but can't seem to get it to execute outside of ...
0
votes
0answers
46 views

Xbap and ActiveX interaction

Is it possible that xbap app and ActiveX component, contained in one html page can interact with each other?
0
votes
0answers
168 views

WPF XBAP application download error

I'm new to XBAP application deployment. I was able to deploy my WPF application to the server successfully as an XBAP, and the application was accessible by me and my teammates and everything was ...
0
votes
0answers
385 views

windows presentation foundation host has stopped working while launching XBAP Application

I have XBAP Application hosted in IIS, When I open the XBAP URL, I'm getting "Windows presentation foundation has stopped working" error message and the Internet explorer hangs after that. I'm ...
0
votes
0answers
176 views

WCF Error Saving an image(Byte Array) Larger than 36k

Some back ground information on the situation. I have a WCF Dataservice that is using an EDM to access the database. The table in question contains a field that is an Image in SQL Server 2008R2. Of ...

1 2 3 4 5 6