Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows Store template is missing from Visual Studio 2012 Professional

I'm trying to follow the Getting Started guide for building a PhoneGap app for Windows 8.

The guide says to open the template: installed > template > other languages > javascript > windows store. But that template does not exist.

I'm on Visual Studio 2012 Professional Version 11.0 Update 1. Visual Studio Express was installed on this computer before Professional was installed but Express was uninstalled before Professional was installed.

How do I get that template?

enter image description here

like image 871
user1873073 Avatar asked Apr 03 '13 15:04

user1873073


People also ask

Is Vscode available on Microsoft store?

With over 30,000 extensions and themes in the Visual Studio Code Marketplace, you can customize the features and the look of Visual Studio Code to fit your needs, preferences, and style. You can use Visual Studio Code to build any kind of app, for web, desktop, and mobile.


2 Answers

The Windows 7 OS is not supported, so you cannot use those templates.

Quoting MS documentation:

Windows Store app development in Visual Studio is supported only on Windows 8.1 Preview and Windows 8. Windows 7 is not supported. In addition, developer licenses aren't available for Windows Server 2012, so you can't develop Windows Store apps on that operating system.

This also applies to VS2013

like image 60
Flavio Perez Carreto Avatar answered Oct 10 '22 02:10

Flavio Perez Carreto


I'm running VS express 2012 and found the windows store templates were missing from mine also. I found this page which points to Devenv commandline call to install templates so maybe try this

http://msdn.microsoft.com/en-us/library/0fyc0azh.aspx

I'm interested to hear how you go with using PhoneGap and a windows 8 app together...

like image 33
Alkem1st Avatar answered Oct 10 '22 00:10

Alkem1st