Running a wpf Application on Tablet? -
Can I run my WPF application on Windows based tablets (or anyone else)? I'm using SQL Server Compact, .NET Framework 3.5. What should I do to make this tablet compatible?
Looking forward to reply
The tablet has two options , Possibly three Windows RT, Windows 8.1, Windows 8.1, etc.
Because of lack of upset by the hardware provider, RT is now largely unnecessary. Windows Embedded is now an extended version of the normal OS, so if you can run on 8, you can run it on embedded.
The easiest solution is to develop your app as a Windows Store app, either through the store or through the side loading. If RT is not your concern, and I will not blame you, then just type it as you would any other 8.1 windows app.
You have specifically mentioned SQL and Net 3.5. I strongly suggest to reduce the SQL requirements on targeted workstation. I would also put a strong case to go at least 4 net. This store is for apps.
Hope that helps.
Comments
Post a Comment