1
It’s some nomenclature problem. From the photo you took, I don’t see the Action Email
in his EmailController
.
Try creating the Action and try again.
1
1
It’s some nomenclature problem. From the photo you took, I don’t see the Action Email
in his EmailController
.
Try creating the Action and try again.
Browser other questions tagged asp.net-mvc
You are not signed in. Login or sign up in order to post.
What is the name of View? There is an extension file
.cshtml
with the same name as Action in a directory withinViews
with the same name as Controller?– Leonel Sanches da Silva
Yes, the View is called Email.cshtml. The message is:
Unable to find a matching view
– pnet
Something in the nomenclature must be wrong. You can take a picture of the screen with Visual Studio and put in your question?
– Leonel Sanches da Silva
The Controller is
EmailController
and the View isEmail
too? There I don’t see a ActionEmail
. I see only the Scaffold pattern.– Leonel Sanches da Silva
It was bad guys. I had to redo the project and this time I forgot to rename from Index to Email to Controller. I ask for descriptions to everyone. Thanks @Ciganomorrisonmendez, thanks more.
– pnet