博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
(转)EntityFrameword “Reverse Engineer Code First” 连接 MySql
阅读量:5018 次
发布时间:2019-06-12

本文共 1683 字,大约阅读时间需要 5 分钟。

转自:http://stackoverflow.com/questions/19676624/error-trying-to-reverse-engineer-code-first-mysql-database

I am trying to follow  on the Entity framework. I am using VS2010 Professional.

I installed the Entity Framework Power Tools Beta 4 and am currently on the step of right clicking my project and clicking Entity Framework > Reverse Engineer Code First.

I change the data source to MySQL Database and enter my connection information. The connection test succeeds, but clicking OK to proceed results in this error message:

Wrong Parameter. (Exception of HRESULT: 0x80070057 (E_INVALIDARG))

I noticed that when I check the "save my password" checkbox when entering my connection data, the VS status bar at the bottom says "Loading schema information..." for a few seconds before the error appears. When this box is unchecked the error appears immediately after clicking OK.

Also, when the error appears the status bar says "An error occured while reverse engineering Code First. See the Output window for details." However, the output window remains empty.

Does anyone know what might be going on there?

转载于:https://www.cnblogs.com/jiajinyi/p/4225125.html

你可能感兴趣的文章
loadrunner 响应时间和TPS
查看>>
python 命令行处理
查看>>
用30行代码开发一个上传、下载文件的接口
查看>>
非关系型数据库(nosql)介绍
查看>>
C# 循环语句 for
查看>>
3、设计模式
查看>>
修复 Java 内存模型,第 1 部分——Brian Goetz
查看>>
C语言内存分配时间
查看>>
位运算初学
查看>>
Climbing Stairs
查看>>
pdf图片转换成word图片
查看>>
hdu1754(splay)
查看>>
C# ACCESS 向含有自动编码字段表中添加记录提示“查询值的数目与目标字段中的数目不同”...
查看>>
数据零丢失kafka + zookeeper
查看>>
Git
查看>>
Iptables详解
查看>>
JavaScript中的String类型
查看>>
vue select的change事件,将点击过的城市名存在数组中,下次调用不需要再调用接口...
查看>>
Winform开发的应用环境和相关技术介绍
查看>>
SharePoint Object Model 概览1:Lists and Document Libraries
查看>>