Using Entity Framework design time with Postgresql

684 Views Asked by At

I am following this guide to make Entity Framework work with PostgreSQL

https://github.com/npgsql/npgsql/wiki/Visual-Studio-Design-Time-Support---DDEX-Provider

When I press next after choosing my connection string the wizards simply breaks and nothing happens

I followed all steps so far and I am using Visual Studio 2013 Community (should be same as Pro version?)

Anyone succeeded in this setup and manual?

1

There are 1 best solutions below

0
On

Is your project AnyCPU or X64, then try with x86 - see https://entityframework.codeplex.com/workitem/2506