Convert XAML to XBAP

I have already created a project using the WPF application, and it works smoothly, but now I am invited to change it in a browser-based project. To do this, I consulted on the Internet and developed a WCF service for exchanging data. My WPF project is currently running WCF data using LINQ. But the real thing: I cannot convert it to a web project. I tried to follow many tutorials, but I was not able to convert my XAML based project into an XBAP based project. I am using Visual Studio 10 Professional. Please someone can help me solve this problem as soon as possible.

+3
source share
1 answer

I am not aware of any shortcuts for this, you will need to create a new XBAP application and reuse everything possible. Although you can take a look at this article, it is very old, but it can help you -

Converting EXE projects to XBAP: http://www.charlespetzold.com/blog/2006/11/120718.html

0
source

Source: https://habr.com/ru/post/1766190/


All Articles