Entity Data Model wizard disappears SQL Anywhere 17(实体数据模型向导消失 SQL Anywhere 17)
问题描述
我正在尝试使用 Entity Framework 6 和 SQL Anywhere 17 创建一个新模型.我完全按照这些步骤操作.
我遇到了同样的问题,可以按照这些步骤解决.
- 打开服务器资源管理器选项卡-
- 删除所有现有数据连接-
重建你的项目-
之后这个实体数据模型向导不会消失.
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.
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.
这篇关于实体数据模型向导消失 SQL Anywhere 17的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:实体数据模型向导消失 SQL Anywhere 17
基础教程推荐
- SQL Server:只有 GROUP BY 中的最后一个条目 2021-01-01
- 如何在 SQL Server 的嵌套过程中处理事务? 2021-01-01
- 在 VB.NET 中更新 SQL Server DateTime 列 2021-01-01
- 使用pyodbc“不安全"的Python多处理和数据库访问? 2022-01-01
- SQL Server 中单行 MERGE/upsert 的语法 2021-01-01
- SQL Server 2016更改对象所有者 2022-01-01
- ERROR 2006 (HY000): MySQL 服务器已经消失 2021-01-01
- 无法在 ubuntu 中启动 mysql 服务器 2021-01-01
- 将数据从 MS SQL 迁移到 PostgreSQL? 2022-01-01
- Sql Server 字符串到日期的转换 2021-01-01