Activities of "wenceslao"

Hello team,

I’m working with a modular solution in ABP Studio (latest version), and I've encountered an issue where I can't create navigation properties between entities from different modules.

Specifically:

I’m editing the Deal entity in the Esone.AdvertisingService module.

I need to create a navigation to the Brand and Branch entities, which are defined in the Esone.BrandingService module.

I have already added proper project references between the modules in the .csproj files, and the solution builds successfully.

However, when I open the "Navigations" tab in ABP Studio, entities from the BrandingService module do not appear in the entity selector, making it impossible to define the relationship through the UI.

I've also ensured that the namespaces and domain folders are properly structured, and that the entities are public and located in their respective Domain layers.

As a result, I have to define these relationships manually in the code (DbContext, entity properties, and EF mappings).

Is there any additional configuration required to enable cross-module entity navigation in ABP Studio?

Thanks in advance for your assistance.

Showing 1 to 1 of 1 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.0.0-preview. Updated on July 11, 2025, 11:35