I am working on an ASP.NET MVC project and so far I had no problems with scaffolding any type of items until now.
Every time I want to create a new controller or vie
Close all documents, and try again to create new controller. It works for me in Visual Studio 2019 asp.net MVC but I don't know why
i fix it, deleting the .vs folder, re opening the project, and clenning the solution
I was able to fix this by manually deleting the BIN and OBJ folders for my projects. Running Clean in Visual Studio did not work.
just use vs15. In many regards vs19 is still beta...
This issue has been resolved in Visual Studio 2019 version 16.2.4. The release notes are available here:
https://docs.microsoft.com/en-us/visualstudio/releases/2019/release-notes#16.2.4
I fixed this by unloading and reloading the project