- ABP Framework version: v7.0.0
- UI type: Blazor
- DB provider: EF Core /
- Tiered (MVC) or Identity Server Separated (Angular): yes / no
- Exception message and stack trace:
- Steps to reproduce the issue:"
HI
got many errores like this when blazor project started
then get error like this atfer call a remote service
System.InvalidOperationException: Cannot provide a value for property 'MinionsAppService' on type 'CP.TechGenieService.Blazor.Pages.TechGenieService.Minions'. There is no registered service of type 'CP.TechGenieService.Minions.IMinionsAppService'.
have been gerated ClientProxies in the **.HttpApi.Client
and added the Depends in blazor module
25 Answer(s)
-
0
hi
Have you tried regenerating the latest proxy?
If it still doesn't work, please use the template project to reproduce the problem and share it with liming.ma@volosoft.com
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
I created this project with abp suite with 7.0 ms template and add my microserivces
https://support.abp.io/QA/Questions/4233/Side-menus-lost it has this problem too please check this for me tks
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
-
0
Your erp is using the
Staticproxy now.https://docs.abp.io/en/abp/latest/API/Dynamic-CSharp-API-Clients https://github.com/abpframework/abp/blob/dev/modules/identity/src/Volo.Abp.Identity.HttpApi.Client/Volo/Abp/Identity/AbpIdentityHttpApiClientModule.cs#L15
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
Please check the document.
https://docs.abp.io/en/abp/latest/API/Dynamic-CSharp-API-Clients https://docs.abp.io/en/abp/latest/API/Static-CSharp-API-Clients
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
If you want to use
dynamic proxy, Please remove the remove generated code. and see https://docs.abp.io/en/commercial/latest/startup-templates/microservice/add-microservice#updating-gatewaysMarkdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)



