0

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

x19
  • 8,277
  • 15
  • 68
  • 126

1 Answers1

0

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

x19
  • 8,277
  • 15
  • 68
  • 126