asp.net mvc - Creating a strongly-typed view in MVC RC1 -


I am trying to add a strongly typed view in the sample app that was created when creating a new model project, But I am not getting anything, I have added a SQL file from "Warehouse.dbml" LINQ to model folders, which contains a table. When I go to the View folder and right-click Add. Select I see all types of samples come with the app under "Create a visualized type".

  • MyProject.AccountMembershipService
  • MyProject.FormsAuthenticationService < / Li>

What is missing the step (s) for an available type in my table?

Do you have your web Have tried to look in config and in those namespaces?

  & lt; Namespace & gt; & Lt; Add namespace = "System.Web.Mvc" /> & Lt; Add Namespace = "System.Web.Mvc.Ajax" />  

You can not add another element to

  & lt; Will add to the name like "MyProject.Data" />  

This should be corrected.


Comments