hi all
i'm new to mvc, i'm trying to follow the tutorials provided here..
but when i tried to run my first mvc app some errors poped up , it says:
Error 1 The type or namespace name 'Controllers' does not exist in the namespace 'MyApp' (are you missing an assembly reference?)
Error 3 The type or namespace name 'Models' does not exist in the namespace 'MyApp' (are you missing an assembly reference?)
Error 4 The type or namespace name 'AccountController' could not be found (are you missing a using directive or an assembly reference?)
Error 5 The type or namespace name 'IFormsAuthenticationService' could not be found (are you missing a using directive or an assembly reference?)
Error 6 The type or namespace name 'IMembershipService' could not be found (are you missing a using directive or an assembly reference?)
i searched after such errors but it seems that no one has faced such errors before ( it seems to be stuped error).
does any one has an idea about what i'm facing?
any help will be appreciat
View Complete Post