Activities of "tahmad"

I'm generating proxy on angular side for Form Service but it is not adding why? also I've found generate-proxy.json added but services and models are not added so I'm not able to consume them

No I don't want to use MVU UI, I just creating MVC project to check how it works and how the code but backend source code is not available and I cannot see the code.

I created a project in mvc but I added Form Module without source code because I have the Teams License. so I think now I need to do it by myself.

I got it how to do it, correct me if I'm wrong. e.g., var form2 = await _formRepository.GetAsync(new Guid()); await _questionManager.CreateQuestionAsync(form2, Volo.Forms.QuestionTypes.Checkbox, 0, true, "my question", "description", false, null);

I'm working on ABP Survey in this sprint so I will have queries related to ABP Survey that I will be posting here, so I'm good for now but I will have something in someday. so I'm not closing the ticket as I'm still working on the ABP Survey, Thank You.

okay, I have added the form module on backend. how I can create an object of Volo.Forms.Forms.Form class. due to its protection level I cannot create!

Hi,

I have watched a video in this video there is a proper UI for setting up forms for surveys but then I saw this on this link https://abp.io/docs/latest/modules/forms

also I have the existing project so I don't have the UI and the above in the screenshot also saying I will don't have the UI! so then I need to totally customize it?

also I'm adding Forms Module in my project please let me know is this a correct way? and in this way what I will get if I don't have the Angular UI for this Module then I need to totally customize the survey.

awaiting for response!

Hi I wanted to know about lockout policy as i can see some fields for the lockout that are LockoutEnabled and LockoutEnd in AbpUsers

so I want to change the default behaviour like i want 10 login attempts to lockout for 10 minutes for different users different settings is there any way to do it by using ABP. or need to handle in a custom way.

Thank You, Issue is fixed. our QA is still making sure everything working fine so if we will find any impact of upgradation then i will send message here.

Hi,

I was using the Account Service to reset password but after upgrading the version from 5.0.1 to 7.4.5 I'm facing this issue

2024-11-14 17:33:23.360 +05:00 [ERR] An exception was thrown while activating Volo.Abp.Account.AccountController -> Volo.Abp.Account.AccountAppService -> Volo.Abp.BlobStoring.BlobContainer1[[Volo.Abp.Account.AccountProfilePictureContainer, Volo.Abp.Account.Pro.Public.Application, Version=7.4.5.0, Culture=neutral, PublicKeyToken=null]]. Autofac.Core.DependencyResolutionException: An exception was thrown while activating Volo.Abp.Account.AccountController -> Volo.Abp.Account.AccountAppService -> Volo.Abp.BlobStoring.BlobContainer1[[Volo.Abp.Account.AccountProfilePictureContainer, Volo.Abp.Account.Pro.Public.Application, Version=7.4.5.0, Culture=neutral, PublicKeyToken=null]]. ---> Autofac.Core.DependencyResolutionException: An exception was thrown while invoking the constructor 'Void .ctor(Volo.Abp.BlobStoring.IBlobContainerFactory)' on type 'BlobContainer`1'. ---> Volo.Abp.AbpException: No BLOB Storage provider was registered! At least one provider must be registered to be able to use the BLOB Storing System.

Here is my account service code

account service is abp class

Showing 31 to 40 of 67 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
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 September 15, 2025, 14:41