PostgreSQL data provider missing from wizard in Visual Studio 2015

后端 未结 2 1444
旧巷少年郎
旧巷少年郎 2021-01-24 05:13

I\'ve spent a day trying to migrate an Entity Framework 6 SQL Server CE to PostgreSQL.

I\'ve copied the database over fine, but I can\'t seem to get the data provider to

2条回答
  •  庸人自扰
    2021-01-24 06:11

    I got it working with installing the Visual Studio Extension Npgsql PostgreSQL Integration. Follow the instruction on this page: http://www.npgsql.org/doc/ddex.html

    This thread led me to the right path: Add custom data source to visual studio 2015

提交回复
热议问题