Incomaptible versions between EntityFramework and SQLServer (my guess)

Sormaz, Dusan 1 Reputation point
2021-08-13T18:27:05.523+00:00

I have a Web application that accesses SQLSERVER database using EF version 6.0.0.0 (runtime version 4.0.30319) - see the image. Recently I migrated the SQL server to version 13.0.5865.1. - second image. When application is running I get error caused by, it seems ServerVersion property of DbContext - see the third image.

I wonder what is wrong, is it the version indeed, and if so, should I change the server or EFramework. 123089-sql-server.png123154-dbserver-exception-nostr.png

123183-ef-version.png

Developer technologies | .NET | Other
{count} votes

1 answer

Sort by: Most helpful
  1. Duane Arnold 3,216 Reputation points
    2021-08-17T02:26:13.8+00:00

    What version is the SQL Server being used and what version of the Windows O/S is hosting it.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.