Reputation: 155
the add view and other menus are missing.
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
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