- 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
-
0
HI Ma both dynamic and static proxy don't work I send the project to your email.
-
0
Please remove node_modules and run
abp clean
command to clean your project. current zip is too big. -
0
already send it.
-
0
current zip is too big.
-
0
I will send another one
-
0
ok
-
0
hi deleted all node_modules and dlls zip currently size is under 50mb. did you recive it?
-
0
Not yet.
-
0
I got the mail now.
-
0
hi
What are the steps to reproduce?
-
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
-
0
just run the project with tye and open the erp menu then error come out
-
0
ok
-
0
Unable to find package DevExpress.Blazor.Dashboard. No packages exist with this id
-
0
What's your
DevExpress
nuget source? liming.ma@volosoft.com -
0
send it to you
-
0
ok
-
0
-
0
what's wrong with dynamic proxy?
-
0
Your erp is using the
Static
proxy 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
-
0
-
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
-
0
-
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-gateways