0

As I understand using WAT you can wrap existing web application to make Windows Store app.

But when I tried to install it for VS 2015 Community Edition, I got the following error:

VSIXInstaller.NoApplicableSKUsException: This extension is not installable on any currently installed products.

Does it mean that this project template is not available anymore and I should to use Cordova instead?

Alexan
  • 8,165
  • 14
  • 74
  • 101

2 Answers2

0

You don't need WAT anymore. Instead you can use hosted web app solution.

You can create app by wrapping existing web site:

Click “File -> New Project” and choose “JavaScript -> Windows -> Windows Universal -> Blank App (Windows Universal)”

Alexan
  • 8,165
  • 14
  • 74
  • 101
0

The WAT web app template is not a reliable source ,,it's buggy and their is very little documentation..I would rely on a visual studio native web template for windows universal..gone are the days when you can just add your website and that's it ..build web apps with the universal API .