Search code examples
c#wpfxamlwindows-8pixelsense

Deploy surface sdk2 application on a tablet


I have developed a surface application(wpf) using visual studio 2010--> suface v2-->surface application(WPF).

Now i want to test the application in tablet. I tried on Windows rt and 8. but none are compatible.

What is the tablet specification i require for this scenario. Or how should I Deploy the application.

One more question how we can specify the resolution for devises. ie samsung sur40 has a larger screen and tablet small. how can we adjust this in app. whether it is needed such adjustments. Name Spaces am using are,

using System;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using Microsoft.Surface;
using Microsoft.Surface.Presentation.Controls;

Thanks in advance.


Solution

  • Actually there are several Win 8 Tablets that are available that run full windows 8 and will run all apps that Windows 7 can run. I am using an Acer W510-1666 to run my WPF apps.

    I hope this helps