Hi
I'm experimenting with ASP.NET MVC in VS2010. I'm trying to use an Entity Framework model in a referenced project within the main MVC project. However, although I can manually create a view that can work with the EF Model in the other project, I can't use the in-built scaffolding features.
Is there something I'm doing wrong?
For reference, I've made sure that my web.config element includes a reference to the namespace of the referenced project that contains the EF model.
Thanks,
Richard.