I have this error message:
Product is a namespace but is used as a type
It was working and when I got compiled, I'm getting that error. How do I resolve this?
I have this error message:
Product is a namespace but is used as a type
It was working and when I got compiled, I'm getting that error. How do I resolve this?
You have a namespace in your project named product, as well as your class.
Probably some folder called product that you added. Modify the folder name for Products in the plural and change the Product names of the files that are inside that folder to their plural Products