Can't see the Add View or Controller in nopCommerce 4.0

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
Hi All,

When I click with right button over a action method the "Add View" option menu do not appear.
If I click with the right button in the Controllers folder the Controller option do not appear too.

If I create a new web app for ASP.NET Core Web Application and select Web Application(Model-View-Controller)all works fine.

Maybe I lost a project option?

That in Visual Studio 2017 version 15.4.3

I go to continue the search but if somebody have the solution will be greate.

Best Regards
6 years ago
Maybe the source of nopCommerce 4.00 has been compiled in Visual Studio 2015?

So AspNetCore project settings was not completely defined.

I see that in VS 2015 not exists the template ASP.NET Core Web Aplication(Model-View-Controller) then Visual Studio 2017 be confused between Web Application with ASP.NET Core Razor pages and ASP.NET Core MVC Views and Controllers.

If so I need open the Solution in VS 2015
6 years ago
Ok I understand, only the Nop.Web project is the ASP.NET Core Web Application MVC and console application.
All the other projects are class Library then not works how MVC for add Controllers and Views.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.