EasyAbp / Abp.DynamicEntity

An ABP module that can dynamically create entities at runtime and perform CRUD operations like normal entities
50 stars 8 forks source link

[Question] Unable to run the sample? #10

Open aloksharma1 opened 1 year ago

aloksharma1 commented 1 year ago

hello, i have been going through your sample and getting error run command is not defined when i try to run the web sample.

Also it looks like this lib only doing simple crud, but what if we have related complex entities does this library handles that?

gdlcf88 commented 1 year ago

The sample project has been fixed by https://github.com/EasyAbp/Abp.DynamicEntity/commit/17cbf232d2805a5722fd38e7990358ceaca836fb. Please pull the master branch.

aloksharma1 commented 1 year ago

still not working for me, now the error is due to unable to find the sample database from this conn string "Server=(LocalDb)\\MSSQLLocalDB;Database=DynamicEntitySample;Trusted_Connection=True" can you check and put this file in git.

gdlcf88 commented 1 year ago

You don't need any extra files. Please go to the ABP docs site to learn how to run module sample projects.