nic
nic

Reputation: 2135

Visual Studio 2013 - Entity Framework - Update Wizard not responding

I'm trying to refresh my EDMX through the Update Wizard, I've waited around 30 mins but nothing happens and it stops responding. I only have around 23 tables, which shouldn't be too much.

Update Wizard stays unresponsive after 30 mins of waiting

I've tried these and none are working:

And now I'm clueless on what to do. I'm aware that I can manually update the EDMX definition through Notepad, but that's too tedious to do everytime. Any hints on how to resolve this issue?

Upvotes: 9

Views: 1726

Answers (2)

Bryan
Bryan

Reputation: 3

I know i'm a bit too late but what I did in order to fix this was to delete the database being used by the EF and then recreate it using generated scripts. It may not be the best solution but it kinda works (since my only issue is that the update wizard is not responding and my database has no values at all this one is ok for me), use this only as a last resort.

Upvotes: 0

Festim Cahani
Festim Cahani

Reputation: 317

I think a clean repair of Visual Studio 2013 will fix your issue. I had the same problem, and a clean repair fixed it for me. Btw, I see this question is old, you have probably fixed it, which I hope.

Upvotes: 2

Related Questions