c# - Not getting the connection between the passing data from model and controller to view -


i deadly stuck @ 1 place tried scaffolding using various sites totally confused thing do.
i have project divided there parts them 2 class libraries , 1 main mvc project shown here.image showing project directory


added entity model in .dal , added references each other per needs. tried make controller using scaffolding , success.
main problem cannot solve error continuosly coming on running project.
error this:the error experiencing


method calling controller follows: controller method

the view page: the view page definitions of controller


done while adding controller scaffolding: the options selected while adding controller

the error states view expecting different view model & list being passed controller. crosscheck code once & check references view model.


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -