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.
source
share