CrmDemo
Posted: Wed 19 Nov 2014 13:58
I just downloaded the Entity Framework CrmDemo from your site.
Then did the following:
1. Opened the solution in VS 2013.
2. Removed all projects relating to oracle, mysql etc
3. Leaving 2 project CrmDemo.EFCodeFirst and CrmDemo.EFCodeFirst.dcSQLite
4. Built the solution using Rebuild Solution.
When I run the solution I get following error:
{"The 'Instance' member of the Entity Framework provider type 'Devart.Data.SQLite.Entity.SQLiteEntityProviderServices, Devart.Data.SQLite.Entity, Version=5.2.274.0, Culture=neutral, PublicKeyToken=09af7300eec23701' did not return an object that inherits from 'System.Data.Entity.Core.Common.DbProviderServices'. Entity Framework providers must inherit from this class and the 'Instance' member must return the singleton instance of the provider. This may be because the provider does not support Entity Framework 6 or later; see http://go.microsoft.com/fwlink/?LinkId=260882 for more information."}
Any ideas?
Then did the following:
1. Opened the solution in VS 2013.
2. Removed all projects relating to oracle, mysql etc
3. Leaving 2 project CrmDemo.EFCodeFirst and CrmDemo.EFCodeFirst.dcSQLite
4. Built the solution using Rebuild Solution.
When I run the solution I get following error:
{"The 'Instance' member of the Entity Framework provider type 'Devart.Data.SQLite.Entity.SQLiteEntityProviderServices, Devart.Data.SQLite.Entity, Version=5.2.274.0, Culture=neutral, PublicKeyToken=09af7300eec23701' did not return an object that inherits from 'System.Data.Entity.Core.Common.DbProviderServices'. Entity Framework providers must inherit from this class and the 'Instance' member must return the singleton instance of the provider. This may be because the provider does not support Entity Framework 6 or later; see http://go.microsoft.com/fwlink/?LinkId=260882 for more information."}
Any ideas?