Trying to create an Entity Data Model from a SQLite database. Connection happens without problems. In Server Explorer, I see both the connection and the contents of the database. But in the transition to the last stage, where I need to select a table, the window simply closes and the model is of course not created. description

The image shows the stage to which the Entity Ftamework Wizard does not reach, just flying out.

  • Do you have any CPU randomly set in project properties? - Bulson
  • @Bulson Exactly. - Pavel Saenko
  • I could be wrong, but when working with SQLite, you need to select a specific architecture, try setting x86. - Bulson
  • @Bulson did not help unfortunately. As far as I understand, the target architecture affects the project only at the time of assembly. - Pavel Saenko

0