subsonic with ASP.net MVC2 strongly typed views -


I have an MVC project setup, and I have brought the subgenic active record templates to my project, and they successfully and I I can use subsonic classes to use my database. However, how do I create a properly typed view using the subsonic generated classes? When I select "Add View" and I check the checkbox to create a typed view, none of the sections generated from the subsonic for my data is available. How can I do this?

You first need to compile your project.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -