This is my project setup:
In visual studio I have a solution with a class library project for my linq2sql and an MVC web project.
I want to keep my models in the class library as I may build a windows app later.
I am trying to create a strongly typed view and have Visual Studio create the edit and details page dynamically but I can't get my model available in the 'View Data Class' drop down in the Add View tool. I can obviously type the class in but it wont let me select a 'View Content'??
Any help/comments would be great.
thanks