Can't create .edmx file for postgresql use entityframework + npgsql

佐手、 提交于 2021-01-29 03:35:34

问题


I want to create ADO.NET entity data model - database first (.edmx file) with EntityFramework6.Npgsql but it's error. I have installed: - EntityFramework6.Npgsql (version 6.3 newest) - Npgsql (version 4.1.1 newest) - EntityFramework (version 6.3 newest)

I created it before, but I don't know why now! Please help me....


回答1:


This is a known issue that is already tracked on github

In the meantime for those having issues with the latest version of the VSIX (4.1.1.2), please downgrade back to 4.0.x.

So downgrade your Npgsql version and extension version.



来源:https://stackoverflow.com/questions/58518501/cant-create-edmx-file-for-postgresql-use-entityframework-npgsql

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!