Activities of "maliming"

hi

Try to pass the -m to specify the module name.

abp generate-proxy -t csharp -m identity --url http://localhost:44388/

Remember to set ExposeIntegrationServices to true.

Configure<AbpAspNetCoreMvcOptions>(options =>
{
    options.ExposeIntegrationServices = true;
});

? That service is not exposed by default, unless you explicitly set ExposeIntegrationServices options (see the Exposing Integration Services section).

https://docs.abp.io/en/abp/latest/Integration-Services

hi

Our support team will check your problem.

ok, Please create a new question if you find something.

hi

However, I have notice after some time, this value automatically changed to "confidential". I have cross-checked the application but was unable to find where the value is being set.

The framework will not do this.

Please check your code. https://auth0.com/docs/get-started/applications/confidential-and-public-applications

hi

The error is:

System.TypeLoadException: 

Method 'Handle' in type 'UrvinFinance.ImageService.Behaviour.ValidationBehavior2'
 from assembly 'UrvinFinance.ImageService.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'
  does not have an implementation.

C:\Step2gen\urvinfinance\services\identity\src\UrvinFinance.IdentityService.HttpApi.Host\Program.cs:line 80

Please check your UrvinFinance.ImageService.Application project.

You can also try to run abp clean command and build & run again.

The error is not about abp framework.

Thanks.

Great!

hi

The error:

An exception was thrown while activating UrvinFinance.IdentityService.User.UserController -> 
UrvinFinance.IdentityService.UserProfileSettings.UserProfileAppService.

Cannot resolve parameter 'UrvinFinance.PaymentService.Subscriptions.ISubscriptionAppService subscriptionAppService' 

You should depend on the ISubscriptionAppService implement module.

eg XXXApplicationModule

hi

I have checked your logs. But there are no error/exception logs in it.

Please share the logs that contains the Internal Server Error

Thanks.

hi

Please share full logs again

Thanks.

ok

Showing 3051 to 3060 of 11539 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.