2

I have a WinForms application written in .NET Framework 2.0. Can it run on a Windows RT device ?

If not which tablet would run my app?

Liam
  • 27,717
  • 28
  • 128
  • 190
user1990009
  • 855
  • 1
  • 7
  • 16

1 Answers1

2

Unfortunately, the System.Windows.Forms is not supported in Windows Store Application.

You can see all .NET assembly available on Windows Store App on this link :

http://msdn.microsoft.com/en-us/library/windows/apps/br230232.aspx

Your application may not run on the Windows RT tablet, but tablets running full Windows 8 will be fine (Microsoft Surface Pro).

Do simple Windows Forms/WPF apps work on Windows 8 for tablets?

Community
  • 1
  • 1
monstergold
  • 755
  • 1
  • 9
  • 24