Devexpress (v21.2): Could not find assembly Npgsql (during using 'DevExpress ORM Data Model Wizard')

417 Views Asked by At

The database is Postgresql and I wanted to use DevExpress ORM Data Model Wizard v21.2. I got this error during the process:

Could not find assembly 'Npgsql'.

I have installed Npgsql already in my project module.

How can I fix it?

connection failed - DataModel v21.2

1

There are 1 best solutions below

0
x19 On BEST ANSWER

I have downloaded and installed npgsql.msi from this link: https://github.com/npgsql/npgsql/releases/download/v4.1.8/Npgsql.msi

for more information: https://www.npgsql.org/doc/installation.html