Entity Framework: “ProviderName” in connection string required- all of the sudden?
We've been using Entity framework in a production environment for many months now, and just yesterday started to get errors on some machines when querying the database using our subclass of DbContext: "The connection string 'MyConnectionString' in the application's configuration file does not contain the required providerName attribute" Our problem is easily solved: I adding the "providerName="System.Data.SqlClient" to the connection string in the config files on all deployed servers and workstations. However, the mystery remains: according to the documentation : The providerName attribute is