Trying to reverse-engineer an existing SQL Server 2017 database, but failed as I tried to evolve the DB.
I used the article at https://www.capableobjects.com/2011/02/27/reverse-engineer-a-database/ .
Initial reverse-engineering worked, I could use the generated classes in the Diagram, add new/delete records etc.
But when I tried to save the Script ("Save script" in the Prototyper) nothing happens. Also adding new Attributes to the classes and pushing "Evolve Database" in the Prototyper does not do anything. There is no visual feedback, e.g. showing a change script, error etc.
Any ideas?