c# - the name "model" does not exist in the current context -


I have an ASP.NET MVC 5 application with some ideas. All my thoughts are working well, but one of them gives me an error at the top where I have the "model" for the @model X.Models.MyModel

" Is not present in the current context "

I am not sure why this is happening due to only 1 scene, what can help to resolve this issue?

About the web .config file or some type?

I just created a new strongly typed view and it seems to be working now in comment Greg And thanks for the hem


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -