Forum Discussion

IgorAtRydlab's avatar
IgorAtRydlab
Regular Visitor
8 years ago
Solved

a problem connecting wiht postgresql database

When creating a connection to a PostgreSQL DB always receive the following:

 

"Подробности: "При чтении данных от поставщика произошла ошибка: 'Не удалось загрузить файл или сборку "System.Runtime.CompilerServices.Unsafe, Version=4.0.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" либо одну из их зависимостей. Не удается найти указанный файл.'"

 

which means that it cannot find "System.Runtime.CompilerServices.Unsafe, Version=4.0.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"

 

it happens after inserting data on connection, when all connection data is provided and it tries to get data from DB, as I see it.

 

What should I do to fix this?

 

 

  • it is IgorAtRydlab ...

     

    moved forward from that problem by removing latest npgsql 4.* version and installing previous 3.*.

5 Replies

    • Tech_one's avatar
      Tech_one
      New Member

      Same issue, but on a fresh installation, everything looks good except for connecting to postgres on powerbi

      • IgorAtRydlab's avatar
        IgorAtRydlab
        Regular Visitor

        it is IgorAtRydlab ...

         

        moved forward from that problem by removing latest npgsql 4.* version and installing previous 3.*.