I have a working WPF application. I would like to see it running as an xbap. What do I need to change in my WPF app to make it run as an xbap?
Yes, we can use Windows in XBAP. But the first object must be a Page, because the Page will be displayed on the browser. You can put a button on the page and open your window from it.