I asp.net mvc my model classes won't show up in the Add View dialog, so that VS automatically can generate CRUD views for them.
I have my Model classes (Linq-to-SQL) in a separate project (but in the same solution) than my asp.net MVC project.
Only stuff from the Elmah and Autofac namespace shows up in the list!