Error generating MVC view for Entity Framework model
Entity Framework, Error, Mvc April 4th, 2009
I’m trying to generate a view for Asp.Net MVC 1.0 using an Entity Framework model. This is from Details.tt. Anyone seen this error?
I get this the first time I try to generate:
error CS0234: Compiling transformation: The type or namespace name ‘Data’ does not exist in the namespace ‘System’ (are you missing an assembly reference?)
About