Update Entity Model from DB not working (dCO 8.2.80, VS2K13, EF6)
Posted: Fri 24 Jan 2014 08:28
Hi,
I'm getting the following exception when I try to UPDATE an existing model from the Database using des VS-EF-Designer Dialog. If I recreate the model everything works as expected, but this is hardly an acceptable workaround. Any ideas to make updating EF Models work?
-Regards kinl99
Unable to generate the model because of the following exception: 'System.Data.Entity.Core.EntityCommandExecutionException: An error occurred while executing the command definition. See the inner exception for details. ---> System.Data.Entity.Core.MetadataException: Schema specified is not valid. Errors:
(7,8) : error 0152: No Entity Framework provider found for the ADO.NET provider with invariant name 'Devart.Data.Oracle'. Make sure the provider is registered in the 'entityFramework' section of the application config file. See http://go.microsoft.com/fwlink/?LinkId=260882 for more information.
I'm getting the following exception when I try to UPDATE an existing model from the Database using des VS-EF-Designer Dialog. If I recreate the model everything works as expected, but this is hardly an acceptable workaround. Any ideas to make updating EF Models work?
-Regards kinl99
Unable to generate the model because of the following exception: 'System.Data.Entity.Core.EntityCommandExecutionException: An error occurred while executing the command definition. See the inner exception for details. ---> System.Data.Entity.Core.MetadataException: Schema specified is not valid. Errors:
(7,8) : error 0152: No Entity Framework provider found for the ADO.NET provider with invariant name 'Devart.Data.Oracle'. Make sure the provider is registered in the 'entityFramework' section of the application config file. See http://go.microsoft.com/fwlink/?LinkId=260882 for more information.