Injae's Lab
Gallery Interest Calculator Mortgage Calculator Annual Tax Table GST Calculator Week Number Calendar Etc My Blog
Login
20190830.Version 1.0.9263.26623.

My Tech Choices

Title edmx update not responding
Writer Injae Date 29/05/2018 6:33:33 PM View 1676 Up 0
Setting the compatibility level of the database to 110 has worked for me.

To check the compatibility level, run this script:

select compatibility_level from sys.databases where name = '<YOUR_DB_NAME>'
To set the compatibility level, use this script:

alter database <YOUR_DB_NAME> set compatibility_level = 110

https://stackoverflow.com/questions/32700540/update-wizard-not-responding