0
mrall created
Hello,
I'm using the ABP Suite to create CRUD-Entities for my project - all fine. Now I added a module to my solute - still fine. I open the module's solution in ABP suite with "add an existing solution" - fine. I create an entity and hit "save and generate" - this creates the entity inside the solution, but no additional artifacts for ui and db-migration.
How can I use ABP Suite to create CRUD-Entities the same way as for my "base"-solution?
cheers
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
7 Answer(s)
-
0
ok, I guess the main reason was that within my module the name of the connection-string setting pointed to a settings that doesn't exist (I didn't create it). I changed it to "Default" to use the same DB as my application and the Migrations were created.
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)