Activities of "mel@quadsoftpa.com"

Thank you I believe the upgrades in installed took care of the issue

this is just on your website, it's timing out

  • Create new app through ABP suite
  • Click on the modules button within that app Inside ABP suite
  • Install module
  • End up with the screenshot Included in the First message.

No option to Replace package with source code.

7.0.1. I have since uninstalled ABP suite with the same results. I really need this source integrated. Thank you

  • ABP Framework version: v7.0.1
  • UI type: MVC

Is this missing a bug or did something change? thank you

I hope this fix is quick, that's not and acceptable workaround as it will corrupt my entire database.

  • ABP Framework version: 7rc6
  • UI type: Blazor
  • DB provider: EF Core

I'm not able to create or edit any of my current entities due to the following error. Please advise. this is new since upgrading to rc6.

now, this is not the same error. my is

Volo.Abp.Identity.IdentityRole ValueBufferExpression: ProjectionBindingExpression: EmptyProjectionMember IsNullable: False , "Code")' failed. Either the query source is not an entity type, or the specified property does not exist on the entity type.

  • **ABP Framework version:**6rc3
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): MVC

please reference this question and answer https://support.abp.io/QA/Questions/3634/How-to-use-extra-properites-in-IQueryable

I'm trying to do the same thing, but in a module on a second dbContext. in the primary app module I have this and then I can access the extra property,

    ObjectExtensionManager.Instance.Modules()
                          .ConfigureIdentity(identity =>
                           {
                               identity.ConfigureRole(role =>
                               {
                                   role.AddOrUpdateProperty<string>("Code", property =>
                                   {
                                       property.Attributes.Add(new RequiredAttribute());

                                       property.Attributes.Add(new StringLengthAttribute(10)
                                       {
                                           MinimumLength = 1
                                       });
                                   });
                               });
                           });
                           

however in the module I get this error

System.InvalidOperationException: Translation of 'EF.Property<string>(EntityShaperExpression: Volo.Abp.Identity.IdentityRole ValueBufferExpression: ProjectionBindingExpression: EmptyProjectionMember IsNullable: False , "Code")' failed. Either the query source is not an entity type, or the specified property does not exist on the entity type.

please advise. Thank

Answer

I should mention that the scenario does work up until CommunitiesAppService is alwasy null

Showing 1 to 10 of 52 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 12, 2025, 10:36
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.