mosh-hamedani / vega

A sample vehicle dealer app built with Angular 2, ASP.NET Core and Entity Framework Core. This is part of my Udemy course: "Build a Real-world App with ASP.NET Core and Angular 2".
169 stars 126 forks source link

Ambiguity Errors #7

Open rbeck740 opened 7 years ago

rbeck740 commented 7 years ago

All of a sudden I am getting lots of these errors:

file: 'file:///c%3A/Users/rbeck/vega/Controllers/MakesController.cs' severity: 'Error' message: 'Ambiguity between 'MakesController.context' and 'MakesController.context' [vega]' at: '21,18' source: ''

rbeck740 commented 7 years ago

I solved the issue. I deleted all files from the bin and obj folders. Closed VS code, restored the files from the recycle bin and then opened VS Code again. Weird but it worked!