Reputation: 21
I am try to create the controller in asp.net core mvc web appication in visual studio V2019. But while creating the controller it gives an error deps.json file does not exist.
I search all the files from my project but didn't get it
Upvotes: 1
Views: 166
Reputation: 22419
Seems your compiler doesn't get your project reference accordingly.
Solution:
Delete
yourbin
and tryrebuild
project your required file will be regenerated.
See the screen shot :
Hope that would help.
Upvotes: 2