I have downloaded and installed. I have created a new project and added a new ADOnate NTI data model to it. How can I verify that it was made using EF 4.1?
EF 4.1 is just the extension of EFF 4.0 so that you have both EF 4.0 (GAC to System.Data.Entity .dll) and EF 4.1 (EntityFramework.dll) from the installation directory of ET 4.1 should be used. If you have added an ADO.NET Entity Data Model, then it is only EF 4.0 because EF 4.1 should be manually added or perhaps using DBCTNET Generator T4 template. EDMX is still the EF 4.0 feature.
Comments
Post a Comment