mysql - Update model from database is not updating -


i working on solution .edmx file

the environment is:

  • vs 2013
  • entity framework 5.0.0.0
  • .net version 4.0 (so efw 4.40)
  • sql server 5.1
  • mysql vs 1.1.4
  • mysql connector 6.4.4

i have added new field in table in model, when trying update model database, won't update actually, when prompted "choose database objects , settings", can't expand tables , views.

any appreciated.

one thing i've noticed ef model wizard won't appear if i'm using nuget because nuget pulls latest version of packages vs plugin installed once - there no error when happens; prompted connection , no wizard appears. here's scenario:

  1. i'm using mysql connector version 6.6.3 installed mysql server
  2. nuget updates driver package in project 6.9.8 on build
  3. wizard stops working because 6.6.3 != 6.9.8

to correct removed mysql references nuget , added them local machine. same version mysql connector , magically works again.

hope helps.


Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -