Attività di "rick@i-pulse.nl"

Albert, I installed this version but that didn't solve this issue.

When I take the AdministrationService from the Microservice solution, clean solution and do dotnet build command in terminal, I still have this error: CSC : error CS1705: Assembly 'IBP.AdministrationService.EntityFrameworkCore' with identity 'IBP.AdministrationService.EntityFrameworkCore, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' uses 'Microsoft.EntityFrameworkCore, Version=5.0.7.0, Culture=neutral, PublicKeyToken=adb9793829ddae60' which has a higher version than referenced assembly 'Microsoft.EntityFrameworkCore' with identity 'Microsoft.EntityFrameworkCore, Version=5.0.6.0, Culture=neutral, PublicKeyToken=adb9793829ddae60' [\*\*\*\services\administration\test\IBP.AdministrationService.EntityFrameworkCore.Tests\IBP.AdministrationService.EntityFrameworkCore.Tests.csproj]

When I add this line in the IBP.AdministrationService.EntityFrameworkCore.Tests projectfile, it all works.

So it still looks on a version issue in the ABP package. Please cross check this.

Thanks, Rick

FileManagement is working now as module. But how can we use the filemanagement module for managing images in the productservice. For example

We will change the default ProductService by adding an multiple image field and a manual field. Here we must be able to upload multiple images which are assigned to the product and also 1 or more documents.

How can we fix this in the ProductService when using a Microservice project?

I think that I found the problem. Please update the packages so in all project the same version of Microsoft.EntityFrameworkCore is used. In the Test project 5.0.6 is loaded from the Sqllite package.

Another problem I have now is that I cannot add the new solution to ABP Suite. So I cannot run package updates from there. It looks there is a bug in ABP 4.3.2

Hello,

Can I get in touch with a support engineer for help? We're stuck with the Blazor part and we have to move on with our development.

Thanks, Rick

rick it's not supported Blazor. it'll be implemented on v4.4

When is v4.4 available for us?
Now we use Blazor as Microservice project and cannot use what we need for managing some data.

We have update the framework and now we have created a Micro service solution using your updated framework 4.3.3 I used **abp suite **command , and created that solution, my selected template was microservice and I have used UI framework blazor.

After creating this solution, in code I have just changed the connection string and run the migration project. After doing all changes in code , I run the script file \etc\docker\up.PS1 When everything running well in the docker, then tried to run the Auth server. But I am keep getting errors. Till now I have a good experience of running the same app in version 4.2.2 and 4.3.3 pre release version smoothly and I never get such error before.

I was thinking this might be due to grafana and prometheus, so I have stopped all that and run previous docker file (which we use in previous version of abp), but then also I am not able to run the solution See error

For your checking I have run the actual up.PS1, and then tried again. Again I get issues, please check below:

Can you please tell me how I can fix this??

In my terminal I was using abp cli version 4.2.2, and try to use following command abp new Brand -t microservice-service-pro It was not working, and throwing error - template not found. Later on you have suggested to use command below abp new Brand -t microservice-pro Above command is simply creating micro service template application from cli command line, it generating same project as we create from abp suite (using browser). So it is not creating Brand.ProductService.HttpApi.Host.csproj for our module.

Later on I have upgrade my version using command dotnet tool update -g Volo.Abp.Cli --version 4.3.0-rc.2 but it throwing following error Please check and guide us! We need help with this!!! Q1. How we can add HttpApi.Host.csproj in our custom module (which is already included in microservice project)? OR Q2. Guide us how we can merge independent running module (which having HttpApi.host project inside) with running micro-service application (blazor)?

Hi,

The first step in the new document is:

abp new OrderService -t microservice-service-pro

The error we got is: There is no template found with given name: microservice-service-pro

See console:

11 - 18 di 18
Made with ❤️ on ABP v8.2.0-preview Updated on marzo 25, 2024, 15:11