0
votes
1answer
21 views
XBAP Can I deploy XBAP without sigining in full trust???
XBAP Can I deploy XBAP without sigining in full trust???
1
vote
1answer
26 views
Debugging WPF browser applications gives a download file.
Hi,
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 browse …
0
votes
2answers
102 views
Limitations and strength of Xbap and Wpf applications
Hi
I am about to start a new application. I am bit confused on deciding on wpf or xbap application. I need a list of limitations and advantages of Xbap and Wpf independently.
Lo …
1
vote
3answers
183 views
Logging when application is running as XBAP?
Anybody here has actually implemented any logging strategy when application is running as XBAP ? Any suggestion (as code) as to how to implement a simple strategy base on your expe …
0
votes
1answer
53 views
XBAP Application and Remoting - Should I use an SSL Certificate
I am considering deploying an existing WPF application as an XBAP application. It currently uses TCP remoting which i would likely change to HTTP remoting. What is the best way to …
0
votes
1answer
29 views
which browsers support XBAP at the moment?
I know of IE8, Firefox, any others?
0
votes
1answer
64 views
Why would server say it can’t find .exe file when trying to execute .xbap file?
I created an .xbap application with Visual Studio C# Express.
Runs fine with F5.
Then pressed F6, copied the following files from /Release directory up to ASP.NET webserver:
Mo …
0
votes
2answers
353 views
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 W …
1
vote
3answers
357 views
How to: Modal window in XBAP application
We have a XBAP application which has the following code in a Page:
Person newPerson = new Person();
PersonWindow personWindow = new PersonWindow(newPerson);
personWind …
0
votes
1answer
14 views
XBAPs and MouseWheel events
I've got an XBAP hosted in FireFox, which works great. However, I cannot detect MouseWheel events ever! I'm guessing that FireFox is consuming them and not passing them down to t …
4
votes
3answers
104 views
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 professio …
0
votes
0answers
32 views
Manual XBAP publishing.
I found a method to manually publish a regular WPF Application, but i need the same instructions for a WPF Browser app instead. Here is the regular WPF App howto: http://msdn.micr …
0
votes
1answer
73 views
How do i enable the firefox xbap plugin
Firefox recently blacklisted the plugin that allows xbaps to work in firefox
This is a huge problem for me as one of my companies enterprise products is a web application that mak …
1
vote
1answer
23 views
x86 TargetPlatform with XBAPs
I've got a XAML Browser Hosted Application (XBAP) project that has a dependency on another project that is x86 only. All sorts of hell breaks loose at runtime (with respect to gra …
0
votes
0answers
8 views
XBAP uses unmanaged c++ COM server, Side by side deployment issue
Hi
I'm facing a the following situation:
I created a simple full trust XBAP application that refers to unmanaged c++ COM server (isolated).
After deployment I expect that XBAP ap …
