Answered by:
WPF Application Compatibility

Question
-
Hi,
I am developing an application wpf with dot net framework 4.0. I would like to know whether this application will run in Windows Surface table with Windows 8RT OS.
Thanks in Advance.
Wednesday, November 28, 2012 10:00 AM
Answers
-
Windows RT only runs application installed from the Windows Store. To develop applications for Windows Store you need to use Windows own XAML framework instead of WPF.
- Proposed as answer by Pete LakerMVP Monday, December 3, 2012 12:49 AM
- Marked as answer by Min Zhu Wednesday, December 5, 2012 1:21 AM
Wednesday, November 28, 2012 10:28 AM -
"Surface tablets with Windows8 Pro"
That's not Windows RT, tablets with Windows8Pro do support WPF and yes, you can also install sql express (though for a tablet something like sql compact or sqllite may be a better choice).
However, if you want to make your application available through the Windows Store then neither WPF nor Sql Express are an option. As I said previously, you need to use Windows XAML (or HTML5) and AFAIK sqllite can be used in Windows Store apps.
- Marked as answer by jksiva Tuesday, December 4, 2012 9:50 AM
Monday, December 3, 2012 7:26 AM
All replies
-
Windows RT only runs application installed from the Windows Store. To develop applications for Windows Store you need to use Windows own XAML framework instead of WPF.
- Proposed as answer by Pete LakerMVP Monday, December 3, 2012 12:49 AM
- Marked as answer by Min Zhu Wednesday, December 5, 2012 1:21 AM
Wednesday, November 28, 2012 10:28 AM -
Hi Mike,
Thanks . so i have to develop an application with HTML5 and JavaScript?
is it possible to install sql express edition in the surface tablet or how can i use the local storage to save my records. whether WPF based application will be able to install in Surface tablets with Windows8 Pro edition.
Thanks in advance.
- Edited by jksiva Monday, December 3, 2012 1:56 AM
Monday, December 3, 2012 12:47 AM -
Hi jksiva,
As far as I know, desktop application are restricted on Windows RT. You can only develop Windows Store app for Windows RT. If you have any further questions, I suggest you to using the Windows Store app forum http://social.msdn.microsoft.com/Forums/en-US/category/windowsapps
Best regards,
Min Zhu [MSFT]
MSDN Community Support | Feedback to us
Monday, December 3, 2012 5:20 AM -
"Surface tablets with Windows8 Pro"
That's not Windows RT, tablets with Windows8Pro do support WPF and yes, you can also install sql express (though for a tablet something like sql compact or sqllite may be a better choice).
However, if you want to make your application available through the Windows Store then neither WPF nor Sql Express are an option. As I said previously, you need to use Windows XAML (or HTML5) and AFAIK sqllite can be used in Windows Store apps.
- Marked as answer by jksiva Tuesday, December 4, 2012 9:50 AM
Monday, December 3, 2012 7:26 AM