Here is my scenario and would love any feedback. We have a WPF XBAP application which gets hosted on our customer\'s IIS server on which we as a vendor do not have any control over. So as a part of c
I have a problem in navigation in xBap I created two pages (Page1 and Pag开发者_如何学运维e2) Page1 have one button for navigation to Page 2
I did the following steps to deploy my wpf application that need full trust permission: 1-Creating a certificate using makecert.exe
I\'m working on a UI for a simple inventory system. The users will use a USB barcode scanner to retrieve an ID and then either retrieve information from the database about the scanned object or enter
It is possible to embed an XBAP application into an IFrame, this is rather easy !! The problem however is that it renders on top of anything within the web application. For example!
Took over an XBAP browser application.XBAP was chosen over HTML for some clipboard actions, and the application was well received.
How can I decrease the deployed xbap 开发者_运维百科application size?I\'m assuming you\'re talking about the deployed app footprint, not the memory footprint of the running app. A couple of thoughts:
I\'m simply running a small piece of code in a button click event of a WPF application. The code simply connects to the database to retrieve images and display on the form.
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
I\'m thinking through a potential WPF application and have gained a reasonable understandin开发者_运维问答g of what XBAPs, how they are deployed, limited trust and so on.