Architect frozen when creating a new project on PostgreSQL database

I was trying to create a New project in Architect under PostgreSQL database.
I was expecting to create the new project in Architect.
Instead I’ve got stop during creating process .

1 Like

From our talk about this issue:

  • originally Architect threw an error Could not load file or assembly 'System.Threading.Channels, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies
  • after adding it and some more there came another error Could not load file or assembly Microsoft.Bcl.AsyncInterfaces
  • but this dll was there already
  • even more - it was getting stuck when running Architect from Visual Studio.

Downgrade of npgsql from 5.0 to version 4.1.9 fixed all the problems.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.