Akshay Patil
Akshay Patil

Reputation: 21

I am creating the controller in asp dot net core but Giving Error

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.

enter image description here

I search all the files from my project but didn't get it

Upvotes: 1

Views: 166

Answers (1)

Md Farid Uddin Kiron
Md Farid Uddin Kiron

Reputation: 22419

Seems your compiler doesn't get your project reference accordingly.

Solution:

Delete your bin and try rebuild project your required file will be regenerated.

See the screen shot :

enter image description here

Hope that would help.

Upvotes: 2

Related Questions