How To Convert WPF To XBAP

29-05-2014
There's no auto conversion process for turning a WPF Windows Application into a WPF Browser Application(XBAP); You'll need to create a new WPF Browser Application project, and add copies of the files by hand by using the "add existing file" features in Solution Explorer.

However, the more important work you will need to do is to carefully review all of the code in your app to ensure it doesn't make calls or use controls that are not allowed from within the security context of an XBAP.
See http://msdn.microsoft.com/en-us/library/aa970060.aspx for an intro to XBAPs and be sure to review http://msdn.microsoft.com/en-us/library/aa970906.aspx for their security constraints. If you need further advice/comment on the topic of XBAP security/capabilities, the WPF platform forum is a good place to ask.

© 2019 All rights reserved. Codesenior.COM