zoukankan      html  css  js  c++  java
  • (转)EntityFrameword “Reverse Engineer Code First” 连接 MySql

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

    I am trying to follow this tutorial video 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?

  • 相关阅读:
    POJ1182
    poj3225 线段树区间操作 (见鬼)
    斜率优化dp(POJ1180 Uva1451)
    POJ2528 线段树的区间操作
    POI2001 Gold mine(二叉排序树 黑书经典)
    POJ3921
    博弈论之威佐夫博弈(转载)
    poj3468(线段树 边覆盖)
    hdu 1166(树状数组 或 线段树)
    压缩软件的改进--- (续先前霍夫曼编码)
  • 原文地址:https://www.cnblogs.com/jiajinyi/p/4225125.html
Copyright © 2011-2022 走看看