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
基础教程推荐
- oracle区分大小写的原因? 2021-01-01
- MySQL 中的类型:BigInt(20) 与 Int(20) 2021-01-01
- 在多列上分布任意行 2021-01-01
- 如何在 SQL 中将 Float 转换为 Varchar 2021-01-01
- 在 MySQL 中:如何将表名作为存储过程和/或函数参数传递? 2021-01-01
- 二进制文件到 SQL 数据库 Apache Camel 2021-01-01
- 什么是 orradiag_<user>文件夹? 2022-01-01
- 表 './mysql/proc' 被标记为崩溃,应该修复 2022-01-01
- mysql选择动态行值作为列名,另一列作为值 2021-01-01
- 如何根据该 XML 中的值更新 SQL 中的 XML 2021-01-01
