Visual-studio – Unable to find the requested .Net Framework Data Provider. It may not be installed. (System.Data.SQLClient)

asp.netdatabase connectionsql-server-2008sqlclientvisual studio

I tried to look at the data connection between my visual studio and SQL server, however it keeps on saying "Unable to find the requested .Net Framework Data Provider. It may not be installed." How can I get this fixed please? It was working before, suddenly it stopped working. I checked in the C:/windows/assembly System.Data.SQLClient is not there.

Best Answer

Ensure that the provider factory is registered with an appropriate entry in the machine.config.

Related Topic