Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a wpf based application.Now requirement is to run this application in browser.Can i move app into web based and if possible How?I am using VS2012.
Posted

Hi Nitin Go, you have two options:
1. Migrate your WPF to Silverlight making little changes.
2. Develop your app from the start. You cannot move a WPF app directly in a web-based.

Hope it helps.
 
Share this answer
 
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,
See this[^]

http://www.carlosble.com/2007/04/wpf-from-desktop-to-web/[^]

Or start creating from scratch.
Take a look at here[^].


-KR
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900