实体数据模型向导消失 SQL Anywhere 17

Entity Data Model wizard disappears SQL Anywhere 17(实体数据模型向导消失 SQL Anywhere 17)
本文介绍了实体数据模型向导消失 SQL Anywhere 17的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试使用 Entity Framework 6 和 SQL Anywhere 17 创建一个新模型.我完全按照这些步骤操作.

解决方案

我遇到了同样的问题,可以按照这些步骤解决.

  1. 打开服务器资源管理器选项卡-
  2. 删除所有现有数据连接-
  3. 重建你的项目-

之后这个实体数据模型向导不会消失.

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.

  1. Open server explorer tab-
  2. Delete all existing data connections-
  3. Rebuild your project-

After this Entity Data Model wizard will not disappears.

这篇关于实体数据模型向导消失 SQL Anywhere 17的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Remote Procedure call failed with sql server 2008 R2(使用 sql server 2008 R2 的远程过程调用失败)
bulk insert a date in YYYYMM format to date field in MS SQL table(将 YYYYMM 格式的日期批量插入 MS SQL 表中的日期字段)
SSIS transformation (almost like a pivot)(SSIS 转换(几乎就像一个支点))
SQL Server 2008 R2 using PIVOT with varchar columns not working(SQL Server 2008 R2 使用 PIVOT 和 varchar 列不起作用)
Correct way to take a exclusive lock(取排他锁的正确方法)
How to convert a SQL Server cursor to MySQL equivalent(如何将 SQL Server 游标转换为 MySQL 等价物)