Friday, October 2, 2015

An exception of type 'System.Data.ProviderIncompatibleException' occurred in EntityFramework.dll but was not handled in user code

You will encounter this error when either your connection string is not correct for the Entity Framework or your SQL Server agent is not running. Check the web.config for the rectify the connection string or check the services (Windows button + R ---> services.msc), if SQL Server instance service is running or not.