i am deadly stuck at one place i tried scaffolding using various sites but now i am totally confused about the thing to do.
I have a project divided into there parts from them 2 are class libraries and one is main mvc project as shown here.
Now i added entity model in .Dal and i added references for each other as per needs. I tried to make a controller using scaffolding and it was success.
But the main problem is i cannot solve this error continuosly coming on running the project.
The error is this:
The error clearly states that your view is expecting a different view Model & a list is being passed from controller. Crosscheck your code once & check the references for the view Model.