MVC View Model Intellesense / Compile error
- by Marty Trenouth
I have one Library with my ORM and am working with a MVC Application. I have a problem where the pages won't compile because the Views can't see the Model's properties (which are inherited from lower level base classes). They system throws a compile error saying that
'object' does not contain a definition for 'ID' and no extension method…