xbap
How to access files in server for XBAP application which is running in a client machine?
I have an XBAP application deployed in server and running in a client machine. I want to access a set of files from the server to be used in client machine. How can I achieve it?. Should I go f开发者_[详细]
2023-02-18 20:29 分类:问答Is it possible to access the ASP.NET HttpSession by using WPF XBAP Application?
I have a .xbap application and ASP.NET running on the same IIS server. And I did a login session 开发者_如何转开发from ASP.NET, but in my XBAP Application it must login again to access to this system.[详细]
2023-02-17 18:58 分类:问答Is there a concept of a master page (like in asp.net) for WPF?
I\'ve started a WPF (web-based) application and开发者_运维知识库 it has multiple pages.I want to implement the concept of a Master page in WPF, so that when I make changes in the design/layout of one[详细]
2023-02-17 15:00 分类:问答Is it possible to create mobile application using WPF?
How wou开发者_如何学Pythonld I get started? XBAP?Windows Phone 7 uses Silverlight for its application development.I don\'t believe you\'re going to have a WPF-like option for older versions of Windows[详细]
2023-02-16 21:45 分类:问答What is involved in making WPF web-based application?
I am developing an eCommerce site as a project for a class and I\'ve only done mostly console application programming.The site is to use WPF, and is either web-based or mobile (and use Adventure Works[详细]
2023-02-11 12:26 分类:问答Adding assemblies to the GAC from Inno Setup
I am developing some XBAP Applications that uses Fluent nHibernate and mshtml. The problem is: The size of the nHibernate.dll (2.080 KB) and Microsoft.mshtml.dll (7.826 KB)[详细]
2023-02-10 06:26 分类:问答Can I programmatically check full trust prior to launching an XBAP?
I have created an full trust XBAP application that exists in a hidden frame when the page is loaded using .NET 4.0 and the BrowserInteropHelper which provides me communication between the host web pag[详细]
2023-02-09 23:56 分类:问答Issue with VS 2010 and XBAP
In VS 2010, I\'ve created a new WPF Browser Application project. Once the project has been created, I started the project 开发者_JAVA百科by pressing the F5 key to run or debug it. Now Firefox opens an[详细]
2023-02-09 01:01 分类:问答Dynamic Treeview Binding with XML file-XBAP Application
I have a XML file which has maximum three levels of child elements so i need to bind the file with TreeView in WPF for XBAP App Dynamically.[详细]
2023-02-08 21:45 分类:问答Difference between win32 dll and .net dll in the context of web application?
My web application, written in WPF( XBAP), p/invokes a win32 dll (player.dll written in C and C++). I deployed the application. When I tried running the web-application in IE, initially I got this err[详细]
2023-02-06 20:24 分类:问答