chemical_elii
chemical_elii

Reputation: 155

Missing add view/go to view in my VS2017

the add view and other menus are missing.

enter image description here

I already tried fixing my GUID as said in this link

but it didn't work for me. Any ideas?

I noticed that everytime I close a project. Those menus will go missing when I reopen them.

Upvotes: 0

Views: 817

Answers (1)

Petros Apotsos
Petros Apotsos

Reputation: 635

That answer is for VS2012 and mvc 4. You are probably using MVC5 or mvc-core, so the GUID should be different. Please try this:

Create a new project, of the version you are targeting. Check the GUID. Copy it to your csproj file.

...and let us know if it works!

Upvotes: 1

Related Questions