-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VS 2017 templates fail unless VS 2015 also installed #7
Comments
A workaround for this is to edit
I'll see if I can get this fix into a Visual Studio 2017 update. |
Yes, solve my problems, thx!非常感谢,解决了我的问题! |
Note that this is fixed in Visual Studio 2017 15.3 Developer Preview 2. |
Till now gives out an error, tried and on VS17 and on VS15 |
If you are not using a VS 2017 Developer Preview build, then the VSIX package needs you to have VS 2015 installed as well as VS 2017. |
Thanks for the quick response. Unfortunately, due to my inattention, I made a mistake in the last message. After installing Preview and a couple of SDK re-installs - it worked. |
The VS 2017 (15.3) update is now available. |
This is happening to me now after uninstalling VS2017 and installing VS2019 (16.0.4). I have installed everything UWP-related I can see. |
The VS 2019 version of the issue was reported here and has been filed with the VS Team. The workaround is to edit
to
|
Thanks, that did the trick! |
I am unable to use the templates from the Getting Started Guide VS 2013 / VS 2015 / VS 2017 VSIX
When attempting to create a new project using the templates I get an error dialog:
I assume it's simply just looking for a certain version of the component assembly, I think Version 15 would be for 2017. I'm not sure how to get in there and actually edit the template by hand myself.
The text was updated successfully, but these errors were encountered: