I have a table named Employee in my database PragimTech, and two classes Employee and EmployeeContext in my Models folder. My connection string in web.config is as follows:
<connectionStrings>
<add name="EmployeeContext" connectionString="data source=GAURAV-PC/SQLEXPRESS; initial catalog=PragimTech; integrated security=SSPI"
providerName="System.Data.SqlClient"/>
When I run my application, i recieve a ProviderIncompatibleException saying
The provider did not return a ProviderManifestToken string
I am unable to find the bug. Please help.