I\'m trying to design an application, in ASP.NET MVC, using Enterprise Library 4.1I added the Entity Framework POCO template and moved the generated entities to a separate \"Entities\" project.However
I am using EF v1 and Veloci开发者_如何学JAVAty cache in my .NET 3.5 application. My cached objects are a representation of the Entity model in database. So I decided to use EF v1 with POCO adapters. S
I\'m using Entity Fram开发者_如何学Goework 4 with the POCO code generation template from Microsoft downloaded from the Visual Studio gallery.I am also leaving the default option to \"Include foreign k
I just installed the POCO Template for EF4.I have a single entity in my model, AnnouncementText, and the T4 files seem to be properly generated.Attempting to access this new entity is throwing the fol