asitis
asitis

Reputation: 3031

WPF .exe application file is not working in Windows 8 surface Tablet

Am new to WPF .Previously was worked with Windows 8 /Windows phone application developer. I created a List application using ListBox in WPF. Since i wanted to test the application on a touch device i tried to run it's .exe file on my Windows 8 Surface tablet. I could not run my application.

Can't I run WPF application on Windows 8 tablet? Currently am working & running it using a Windows 8 PC , Where it runs. Please provide any information regarding this.

Or how we can create my application's package so that we could run it on Windows 8 surface tablet ?

Upvotes: 1

Views: 1636

Answers (1)

Paul Michaels
Paul Michaels

Reputation: 16705

For the Surface Pro tablets, you should still be able to run WPF. However, the standard tablets will only run Store Apps.

Upvotes: 1

Related Questions