I'm trying to compile my ASP.NET MVC code, but I get a System.NullReferenceException.
The program works, but in the confirmation of my form, I get this error. Please help me solve it.

I'm trying to compile my ASP.NET MVC code, but I get a System.NullReferenceException.
The program works, but in the confirmation of my form, I get this error. Please help me solve it.

you information is limited, but base on your image, @Model is NULL. you should initialize it before use.