question

SormazDusan-7018 avatar image
0 Votes"
SormazDusan-7018 asked DuaneArnold-0443 answered

Incomaptible versions between EntityFramework and SQLServer (my guess)

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


dotnet-entity-framework
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@SormazDusan-7018, maybe you could create a new app to connect to the database by using entity-framework to check if it still exists the problem.

0 Votes 0 ·

1 Answer

DuaneArnold-0443 avatar image
0 Votes"
DuaneArnold-0443 answered

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

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.