I am trying to make an application that will be used on an MS Surface tablet and tried to create a Surface project on VS 2015. When I found that a Surface project is not part of the installed templates in VS 2015, I tried to download the SDK only to find out that it requires VS 2010 in order to use it. After noticing this, I'm starting to think that the Surface 2.0 SDK is no longer being used, but I wanted to make sure before I start looking for an alternative. If that is the case, what other types of templates could be used to create apps for MS Surface tablet?
Asked
Active
Viewed 2,516 times
5
-
I believe the Surface 2.0 SDK was for the table sized Surface device (the tablet borrowed the name from an existing device). Is that what you're targeting or just a Windows tablet? – Brian Rasmussen Jan 05 '16 at 17:06
-
Just a windows tablet – Lotzi11 Jan 05 '16 at 17:06
-
In that case you can just write a Windows 8 or later app. – Brian Rasmussen Jan 05 '16 at 17:07
-
Oh ok. Do you have any suggestions on which template to use? – Lotzi11 Jan 05 '16 at 17:09
-
Any of the Universal templates should work - pick the one that matches the kind of app you're creating. I usually pick the simplest and add what I need. – Brian Rasmussen Jan 05 '16 at 17:18
-
Let us [continue this discussion in chat](http://chat.stackoverflow.com/rooms/99847/discussion-between-user3344076-and-brian-rasmussen). – Lotzi11 Jan 05 '16 at 19:45
2 Answers
2
As of now it would make more sense to just write a Windows Universal App if your targeting a Windows 8 tablet. This is available in Visual Studio 2015.

asdfasfd
- 281
- 1
- 6
- 19
1
It's very confusing of Microsoft to have done this, but the big multi-user table-top devices that used to be called Surface, are now called PixelSense, and the Surface name now applies to a line of touchscreen-enabled laptop computers. This technote attempts to explain this.
I wasted a LOT of time with this confusion, and hope to spare others.

ulatekh
- 1,311
- 1
- 14
- 19