Error c20246
I am creating a hypothetical car dealership website and i have put all of my classes in their files in the App_Code folder, and also within the namespace of Cars. Intellisense picks up on what i am doing, but when i try to run the program, it complains that it cannot find the namespace Cars when i try to use it. Any ideas?
THanks
|