missing “ASP.NET Core Web Application (.NET Core)” template

后端 未结 7 1056
情深已故
情深已故 2020-12-19 11:06

I am trying to develop a ASP.NET Core application. I tried following the documentation (for example this tutorial), but I fail to find the ASP.NET Core template. The dialog

相关标签:
7条回答
  • 2020-12-19 11:24

    Ensure you have the Microsoft Web Development Tools installed which you can find in the Visual Studio installer under Windows and Web Development

    Once installed, start up Visual Studio and check your templates again and you should see the ASP.NET Core templates.

    Update

    Per the comment below,

    For those who already had visual studio 2015+ installed but didn't add the feature during the inital installation, you have to download the main visual studio installer and modify its features

    0 讨论(0)
  • 2020-12-19 11:28

    I had the same Problem. I installed Install .NET Core 1.0.1 - VS 2015 Tooling Preview 2 and that works

    0 讨论(0)
  • 2020-12-19 11:29

    You need to install Microsoft Web Development Tools first (Open Visual Studio installer, choose modify, tick Microsoft Web Development Tools, then update) Then install Microsoft .NET Core 1.0.1 VS 2015 Tooling Preview 2

    0 讨论(0)
  • 2020-12-19 11:36

    Try change the framework version at the top.

    If doesn't work, reinstall core and update 3 and watch if any message error shows up.

    0 讨论(0)
  • 2020-12-19 11:46

    Install .NET Core 1.0.1 - VS 2015 Tooling Preview 2

    0 讨论(0)
  • 2020-12-19 11:48

    Try updating your ASP.NET and Web tools.
    Example

    0 讨论(0)
提交回复
热议问题