1

In the Context Menu I click on add and then I choose View or controller, Then the related Dialog Box for selecting the type of controller ,(or view seetings) shows up. After Selecting what I want the message "Scaffolding..." appears for a second and disapears, but no view or controller is added.

enter image description here

enter image description here

enter image description here

3
  • Are you sure that this is a ASP.Net Core project? In my VS2015 ASP.Net core project there is no Add´ > View`action. I only have this option with "nromal" ASP.Net projects Commented Nov 18, 2016 at 10:17
  • @Daniel ASP.NET Core Web Application (.Net Framework) Commented Nov 18, 2016 at 10:19
  • I cannot see an Add View Option too. Commented Nov 18, 2016 at 10:31

1 Answer 1

3

I need to post this as an answer in order to show the images...

  1. New project

enter image description here

  1. Web Application

enter image description here

  1. There is no Add > View

enter image description here

  1. Under New from Template i have other dialogs...

enter image description here

That's why i am assuming that you took the wrong template...

Sign up to request clarification or add additional context in comments.

3 Comments

As I thought that my hosting may not have .Net Core Installed I used ASP.NET Core Web Application (.Net Framework) and not ASP.NET Core Web Application (.Net Core), However why should it appear an not work?
@AshkanMobayenKhiabani i tried it with ASP.NET Core Web Application (.Net Framework) (changed the pictures) but the dialogs are the same. I'm assuming that you have some extension installed that does not handle .NET Core projects. Have you tried using yeoman for templating?
nope, I haven't. You mus be right, as no one sees these menus then an extension or something might be creating them.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.