Activities of "LucasFarias"

Hello,

Yes, I'm using VS 2026, and the SDK is 10.0.102.

The problem is that, in the IDE 2026, it doesn't generate errors and runs the application, but, for example, when accessing a page, it generates an error about a missing mapping.

I've already tried all the steps of deleting bin, obj, and rebuilding the application, but nothing has solved it.

The files were not generated in AguiaSistemas.GestaoComercial.Application\obj\Debug\net10.0. And the CS8795 errors remain.

Answer

Good morning.

Sorry, follow again.

Abp

Answer

Good morning.

No error is generated.

I believe that the application is not reaching the block below.

Below is a video about the "pick" button

Abp

rowAction: { element: $("<button/>") .addClass("btn btn-primary btn-sm m-btn--icon") .text(l("Pick")) .prepend($("<i/>").addClass("fa fa-fa-search")) .click(function () { var pickedId = $(this).data().id; var pickedDisplayName = $(this).data().displayName; $('#NavigationPropertyLookupTableModal #CurrentLookupId').val(pickedId); $('#NavigationPropertyLookupTableModal #CurrentLookupDisplayName').val(pickedDisplayName); $('#NavigationPropertyLookupTableModal #CancelButton').click(); })

Answer

Good afternoon, Dear. I hope you are well.

I'm using the navigation properties and the Modal UI selection type, however - it's important to note that I didn't make any changes, I generated them through Abp Suite - the "pick" button simply doesn't work, it doesn't display the table.

I've already debugged the code, compared it with another one that is working and it's exactly the same, but I haven't come to any conclusions.

Detail that does not present any errors in VSC and Console.

Showing 1 to 5 of 5 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.2.0-preview. Updated on February 17, 2026, 09:10
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.