I got a project to complete some tasks on it, but when I try debug I have this error in
DbProviderFactory Dbfactory = DbProviderFactories.GetFactory(MasterConnectionProvider);
With my MasterConnectionProvider is System.Data.SqlServerCe.Entity
Unable to find the requested .Net Framework Data Provider. It may not be installed.
I check the version of sql compact installé is the same with dll 3.5.1.0
Any help please
The DB Factory Provider name you want is:
You have – “System.Data.SqlServerCe.Entity”
i.e.
PK 😉