Activities of "EngincanV"

Version is 9.0.3.
But I also tried the version 8.0.7

Both failed.

Okay, it's weird to hear "Anytime I run migrations even on brand new solutions I am getting the below error. I have figured out if I comment out both the Identity and OpenIdDict configurations in the DBContext then I can get it to run.".

We've thoroughly investigated the reported problem, but were unable to reproduce it. Given the lack of similar reports and our inability to replicate the problem, it appears to be specific to your local environment, rather than an issue with the ABP Framework.

You may check https://abp.io/support/questions/8437/unable-to-create-migration-on-Module#answer-3a16b459-a5a6-468c-499f-505910c6acfc and see if it fixes your problem or not.

Hi, I guess you are trying to create a new migration with the dotnet ef tool right? Can you please check its version?

dotnet ef --version

Hi, the error message System.Net.Sockets.SocketException (10061): No connection could be made because the target machine actively refused it. indicates that the AuthServer application is trying to connect to an SMTP server, but the connection is being refused.

This is likely due to having a wrong SMTP configuration in the application, and since the background jobs run over and over again when there is a problem (retry mechanism), so by any chance, can you check your SMTP configs and ensure they are correct or not?

Hi, first of all, thanks for the quick reply. Great to hear that, the code is working now. For the first question:

You did not answer about migration files? how can we generate migrations for new Entities which are created in Modules? Is it some bug or it should be done always manually? If it is manual process, so what is then reason to pay for Suite... a lot of logic will be in Modules.

ABP Suite creates migrations and applies them to most of the templates. However, for the module templates, since ABP Suite can't know, which module has relation to which main solution, it's hard to get the migration folder and apply it. So, only for the module template, you should create migrations manually, yes.

Hi, can you please confirm that there is a situation as described in this answer or not?

I would like to reproduce the error in a newly generated solution. Unfortunately, I can't find out how to generate a new solution in a specific (old) version using CLI or ABP Studio... how can I do that? Do I need to downgrade the CLI or the Studio first?

EDIT: Ok, I've figured it out... Uninstall the CLI and reinstall the corresponding version. It would be nice if you could also select the version when creating a solution via ABP Studio.

Hi, we have an internal issue supporting selecting a version when creating a solution, but unfortunately could not prioritize it yet. I'll talk with the team.

Regards.

Hi, I guess you are using the default LeptonX Theme. So, if you want to access to the source code, then you can check this link to see how to access to the source code and include it in your solution, if you want.

Also, you can always refer to the LeptonX Theme - Blazor documentation to learn more about the component and see customization tips.

Regards.

Hi, enisn I am not creating migrations. We are using ABP Studio + ABP Suite. I hope it will help to understand our goal: we want to use ABP Suite for creating Entities to be sure all needed code will be generated properly.

Below steps to reproduce issues:

  1. ABP Studio - New Solution [DemoSolution]: Angular LeptonX + EF + SQLite (in prod scenario we will use SQL) + Multi-Tenancy

  2. Solution Created. Build. Run. Works.

  3. ABP Studio - New Module [FirstModule] - DDD Module.

  4. ABP Studio - [DemoSolution] -> Import Module + Install. Graph Build. Run. Ok. And now we want to add new Entites to [FirstModule] module. So:

  5. ABP Suite - version 9.1.0. Selecting FirstModule

  6. Add new Master Entity - [Product] with one property [Title]. Save and Generate. Ok, no errors. Also I can see [FirstModule] under permissions, and I did grant permissions to admin role. Ok, no errors.

Issue 1 >> I can not find any tables in database. There are no any migrations files create so I can not run dotnet ef migrations list or update database.

Issue 2 >> I can not see [FirstModule] itself on Angular UI. How to manage (CRUD) Product?

Hi, did you check our Modular Monolith Development Tutorial?. In that tutorial, we are explaining important points that you may want to check.

Currently, we also preparing its Angular UI version. To see the related menu items for now, you should write some codes, as mentioned https://github.com/abpframework/abp/issues/20827#issuecomment-2624232973

Please check the tutorial and the issue comment to see if it fixes your problem. Regards.

Hi, can you explain the 3rd step in detail, please? It seems you created an entity via ABP Suite, but I need more details on the entity and if possible complete details to reproduce the problem.

For example, as far as I understand, you have selected the DemoSolution, and then created a Promition entity, right?

Regards.

Everything is working now. Thanks.

Great to hear that. Regards.

Showing 371 to 380 of 1371 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on November 04, 2025, 06:41