This problem typically comes when:
- You do not have class with that name in your project
- You add the class later on and run the project without compiling
- You have the class but you do not specify the namespace via Imports or using keyword
This problem typically comes when:
Share with