I'm developing a web app in Asp.Net Core RC2 according to n-layered architecture.
When I try to use scaffolding to generate CRUD Controller and Views, I get the following error.
I have separated my Models/ViewModels and Context/Repository Classes into Business Logic Layer and Data Access Layer respectively. I'm referencing both these layers in OpenBiz project as nuget packages. But cannot perform scaffolding as seen above. Is there an issue with my architecture or am I missing something here?

