Relative Content

Tag Archive for c#.net-8.0

8007277C No such service is known

My applications had been running fine and I was doing various code changes and NuGet packages… then I was hit with this strange error, that did not even throw out a proper exception.

IDENTITY_INSERT is set to OFF, Can’t Connect with SSMS SQL server in a .NET Version 8 Code

Microsoft.EntityFrameworkCore.DbUpdateException: An error occurred while saving the entity changes. See the inner exception for details.
—> Microsoft.Data.SqlClient.SqlException (0x80131904): Cannot insert explicit value for identity column in table ‘Books’ when IDENTITY_INSERT is set to OFF.
at Microsoft.Data.SqlClient.SqlCommand.<>c.b__211_0(Task1 result) at System.Threading.Tasks.ContinuationResultTaskFromResultTask2.InnerInvoke()