Activities of "maliming"

Do you have outbox/inbox enabled?

https://docs.abp.io/en/abp/latest/Distributed-Event-Bus#outbox-inbox-for-transactional-events

hi

But When I publish the event from Microservice 1, its not aways receiving in Microservice 2. Sometimes its receiving and publishing to Microservice 3.

Both 2 and 3 will receive the same message

3 will ignore the message , and 2 will handle the message.

https://learn.microsoft.com/en-us/azure/service-bus-messaging/service-bus-messaging-overview#topics

Thanks torronea

If there are any other errors, please feel free to give feedback.

hi

Sorry, I missed your messages.

Can you find a way to reproduce this problem in a project?

hi

Can you reproduce this in a new template project? If so what are the steps?

Thanks

hi

Please use FreeTypingNotFoundTemplate.

<Field>
    <FieldLabel>
        Countries
    </FieldLabel>
    <Autocomplete
        TItem="string"
        TValue="string"
        Data="@Countries"
        TextField="@( ( item ) => item)"
        ValueField="@( ( item ) => item)"
        @bind-SelectedValue="@SelectedSearchValue"
        @bind-SelectedText="@SelectedAutoCompleteText"
        Placeholder="Search..."
        Filter="AutocompleteFilter.StartsWith"
        FreeTyping>
        <FreeTypingNotFoundTemplate>
            Sorry... @context was not found! : (
        </FreeTypingNotFoundTemplate>
    </Autocomplete>
</Field>

hi

Can you use English? Thanks

hi

We have not changed any settings of the sql server, it is completely EF Core control.

EF Core will create a new database with some database settings. We haven't made any changes.

See https://learn.microsoft.com/en-us/ef/core/what-is-new/ef-core-8.0/breaking-changes#high-impact-changes https://www.youtube.com/watch?v=g-6Fs9c5Ryo

hi

I successfully moved my project from .net 7 to .net 8.

But your ef project is still using abp 7 and ef 7.

It may have many reasons. If you can reproduce it using a template project, please share the steps. Thank you.

Showing 5691 to 5700 of 11529 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 December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.