madskristensen / AspNetCoreTemplatePack

Other
37 stars 14 forks source link

cannot install on vs2017 pro #1

Closed yoyoys closed 7 years ago

yoyoys commented 7 years ago

Tried to install from "Extension and Updates" or Download from Market, still got this error

i get an strange error from vsix installer, but it;s shows Chinese error message, it's means about "Because some requirement condition can't be resolve, can't install this extension to this product" image

yoyoys commented 7 years ago

i just edit for more install target, it works for me. sorry i'm a strater for github, hope this fix if okay #2

yoyoys commented 7 years ago

i just edit the vsixmanifest file and installed it, but it's doesn't appear in the dialog box... image

i'm using vs 2017 15.1(26403.7) image

Wonovan commented 7 years ago

I was unable to install this yesterday, so when I saw an update come through this morning (5/10/2017) I was hoping that it would resolve the problem. I'm now running VS Enterprise 2017 v15.2 (26430.4) and I still cannot install this. It says that I "the extension cannot be installed to this product due to prerequisites that cannot be resolved".

yoyoys commented 7 years ago

@Wonovan Updated to 20430.4, still same problem here.

And i try to force install(By edit install target), the template still not shows. (but dotnet new works)

madskristensen commented 7 years ago

This extension requires VS2017 Community or higher with update 3. It requires update 3 because the hook to get the templates into the ASP.NET project dialog didn't exist before update 3 which was just released in a preview yesterday.

This is by design