I have to mention, that even if you have latest versions of the abp studio and cli, which is 1.0.2 and 9.2.1, the studio will generate the microservices not with the latest packages. I think you'll need to update the generators.
Cheers
Hi,
I have found the error. The Abp Studio generated the service with <PackageReference Include="Volo.Abp.Studio.Client.AspNetCore" Version="0.9.24" /> When I updated to the version 1.0.2 everything started to work.
Send it.
Hi,
I've added the new microservice to the solution with the latest version 1.0.2. of abp.studio and I am receiving the following error:
This kind of error has happened before, but recently, such errors have not appeared. To the suggestions from similar problem tickets I've clean the nuget packages with dotnet nuget locals all --clear, but doesn't help. Any other suggestion?
Thanks.
It's working. Thanks.
Hi,
I am doing exactly like Agent suggested, with a difference that I don't reference HttpApi.Client, I generated the ClientProxies but didn't help.
Check the docs before asking a question: https://abp.io/docs/latest Check the samples to see the basic tasks: https://abp.io/docs/latest/samples The exact solution to your question may have been answered before, and please first use the search on the homepage.
Provide us with the following info:
🧐 Hint: If you are using the ABP Studio, you can see all the information about your solution from the configuration window, which opens when you right-click on the solution and click on the Solution Configuration
button.
Exception message and full stack trace:
Steps to reproduce the issue:
Template: microservice
Created ABP Studio Version: 0.9.26
Current ABP Studio Version: 1.0.0
Multi-Tenancy: Yes
UI Framework: angular
Theme: leptonx
Theme Style: system
Run Install Libs: Yes
Database Provider: ef
Database Management System: sqlserver
Mobile Framework: none
Public Website: No
Include Tests: Yes
Dynamic Localization: Yes
Kubernetes Configuration: Yes
Grafana Dashboard: Yes
Use Local References: No
Optional Modules:
Hi,
I am trying to implement inter microservices communication using Integration Services. Apparently I am doing everything correct according to the Abp documentation, but I am constantly receiving the following error:
Any ideas?