I implemented AttributeConfigurationConvention for decimal precision attribute for EF 4.0. It was worked well for our apps but install 4.1 I got compile time Error ;
‘System.Data.Entity.ModelConfiguration.Configuration.Properties.Primitive.DecimalPropertyConfiguration’
is inaccessible due to its protection
level
Does any namespace change or EF 4.1 doesn’t need this implementation?
Thanks in advance.
question could be close… I found Rowan Miller (MSFT) comments on microsoft social forums, he said that; “EF 4.1 does not include support for custom conventions. CTP5 included an early preview of conventions but the feature was not ready to be included in the supported go-live releases. ~Rowan”