问题
I am trying to make a new model using Entity Framework 6 and SQL Anywhere 17. I followed exactly these steps.
http://dcx.sap.com/index.html#sqla170/en/html/37fb9e8558e94547b66156b9298be16f.html
But when I go through Entity Data Model wizard, it disappears after the following screen.
回答1:
I got same Issue and able to resolve by following these step.
- Open server explorer tab-
- Delete all existing data connections-
Rebuild your project-
After this Entity Data Model wizard will not disappears.
来源:https://stackoverflow.com/questions/37178496/entity-data-model-wizard-disappears-sql-anywhere-17