✅ the type or namespace name 'ListingProjects' does not exist in the namespace models
So I don't understand why my code has been getting this message.
It started when I added a new attribute to my model class in my CRUD app like this
My CRUD lets me create/delete/read my data out of my db, but only the edit operation fails. It does not save my edits as per screenshot
My debug shows this message
Could anyone kindly point me in the direction to resolve this bug?
It started when I added a new attribute to my model class in my CRUD app like this
My CRUD lets me create/delete/read my data out of my db, but only the edit operation fails. It does not save my edits as per screenshot
My debug shows this message
the type or namespace name 'ListingProjects' does not exist in the namespace models (are you missing a reference) Could anyone kindly point me in the direction to resolve this bug?
