Activities of "mel@quadsoftpa.com"

I can provide access to the entire solution if you would like. Thank you

Thank you, where do I report bugs? I think I have another one

New version sent without any external dependencies. Should just run and give you the error

Email with a share link sent. Thank you

I have tried the source code as well projects are referenced correctly, everything builds, the application runs. Same error

just add source code for Pro identity.

my steps...

create a new module or use an existing one. this happened in my existing 5.3.3 module and I could not resolve it. So I upgraded to 6rc2, created a brand-new module, then chose to add source code for Pro Identity and the theme I get the message shown. Tried multiple times always get the same message

Good afternoon. Just checking back in, many other questions have been answered, thank you!

in addition to my non-technical question questions, Abp Suite is putting in 3.3.1 projects when " replace packages with source" instead of matching version (rc4) code. how do we get it to generate matching source?

I don't know if this is an issue with your framework or with blazor components themselves. In the end I seem to have stable results with the following:

Iinheriting from OwningComponentBase. Note not the generic OwningComponentBase due to the Service being disposed.

using the following code, refreshing the services if they got disposed of.

    protected IObjectMapper ObjectMapper => _objectMapper ??= ScopedServices.GetRequiredService<IObjectMapper>();

    protected TService Service => _service ??= ScopedServices.GetRequiredService<TService>();

no, ty

Showing 11 to 20 of 38 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13