Activities of "rick@i-pulse.nl"

ABP Framework version: v4.2.2

  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:

Hi,

please send this.

We want to add a module in a new Microservice template solution but this is not working well.

  1. Created new Microservice template solution (main)
  2. Created new Module template solution (module)

Both solutions are working fine on itself, but how can we integrate the module into the main solution? So that my module will function like product-service module.

We also created a new module inside the main solution. Many references are created, but not the HttpApi.Host which we need. In this case, if we want to add a CRUD entity in it, it does not allow us to add that in my included module. It only get added when we choose a main solution and newly created CRUD entity code, merged with the product-service module, can you explain why (however I guess, it is so because the product-service module is having HttpApi.Host project.) I want to create entity for my module, how I can do this?

Our motive is to merge our module with the Main Microservice solution, and each module has its own management for their entity, screens, and database.

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:

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)?

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??

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

  • ABP Framework version: v4.3
  • 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:

This item is related to our previous ticket: #1193.

We still have issues with a new created module. We cannot add records with the Blazor portal. Please help with this so we can add this module to an existing Microservice solution. We followed the steps which are given by ABP but we are still having problems.

Steps to reproduce the issue [1] Using ABP suite I have created a new module solution

[2]I have built the project, using command dotnet build, solution build successfully. [3]I have updated my connection string. [4] As I want to run ,my module as unified web, I have selected that project and run the update database command.

[5]Database created successfully. I have run the solution

[6]Add new entity into my module, using ABP suite

[7] Run the migration script to generate new table for above entity

[8]My new table brand with name – MyFirstModuleBrands get created. [9]I have run the project again

[10] I can see my newly created module, see below

[11]Now clicked on right top button – NewBrand, nothing happen , when I checked the developer console I can see this error

Also showing complete console log of power shell window

  • ABP Framework version: v4.3.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:

We use Blazor Microservices for our solution and we created a Module Template which must be a part of the Microservice. When we create the CRUD screens with ABP Suite, the CRUD screens are created for MVC and not for Blazor. There is not an option to choose for Blazor. How can we fix this so we can use these CRUD screens in combination with Blazor?

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.

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

  • ABP Framework version: v4.3.0
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:

We want to implement the UI in blazor, and want to deploy it as Blazor web assembly.

We have created a new module and we have four project related to Blazor: [1]Blazor.Host [2]Blazor [3] Blazor.Server [4] Blazor.WebAssembly We have created own code in index.razor component and added code for menu in Blazor project.

See structure below

In order to run my module, first I run following projects [1] MyCompany.MyFirstModule.IdentityServer [2] MyCompany.MyFirstModule.HttpApi.Host [3] MyCompany.MyFirstModule.Blazor.Host

But when I run MyCompany.MyFirstModule.Blazor.Host, it do not load my index.razor from MyCompany.MyFirstModule.Blazor project. It always shows blank screen with Loading… keyword, see below

I have checked and found it always load index.html file of project - MyCompany.MyFirstModule.Blazor.Host.

PLEASE TELL ME STEPS HOW I CAN USE MyCompany.MyFirstModule.Blazor.Host TO HOST MY CUSTOM MENU AND RAZOR COMPONENT FROM MyCompany.MyFirstModule.Blazor PROJECT

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

Hi,

  • I have updated ABP suite
  • Created a new Microservice solution with MVC.
  • Clean solution
  • dotnet restore
  • dotnet build
  • Then start all applications.

All applications succeeded but the Auth-server will fail with following info. It looks a conflict with EntityFramworkCore, but how can we solve this? It seems to be a bug in the ABP framework. Please help!

Building... C:\Users\NAME\.nuget\packages\microsoft.extensions.fileproviders.embedded\5.0.7\build\netstandard2.0\Microsoft.Extensions.FileProviders.Embedded.targets(19,5): warning : GenerateEmbeddedFilesManifest was set, but no EmbeddedResource items were found that could be added to the manifest. [C:\Folder\IBP\services\administration\src\IBP.AdministrationService.Domain.Shared\IBP.AdministrationService.Domain.Shared.csproj] C:\Users\NAME\.nuget\packages\microsoft.extensions.fileproviders.embedded\5.0.7\build\netstandard2.0\Microsoft.Extensions.FileProviders.Embedded.targets(19,5): warning : GenerateEmbeddedFilesManifest was set, but no EmbeddedResource items were found that could be added to the manifest. [C:\Folder\IBP\services\saas\src\IBP.SaasService.Domain.Shared\IBP.SaasService.Domain.Shared.csproj] C:\Program Files\dotnet\sdk\5.0.300\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: Found conflicts between different versions of "Microsoft.EntityFrameworkCore" that could not be resolved. [C:\Folder\IBP\apps\auth-server\src\IBP.AuthServer\IBP.AuthServer.csproj] C:\Program Files\dotnet\sdk\5.0.300\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: There was a conflict between "Microsoft.EntityFrameworkCore, Version=5.0.6.0, Culture=neutral, PublicKeyToken=adb9793829ddae60" and "Microsoft.EntityFrameworkCore, Version=5.0.7.0, Culture=neutral, PublicKeyToken=adb9793829ddae60". [C:\Folder\IBP\apps\auth-server\src\IBP.AuthServer\IBP.AuthServer.csproj] C:\Program Files\dotnet\sdk\5.0.300\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: "Microsoft.EntityFrameworkCore, Version=5.0.6.0, Culture=neutral, PublicKeyToken=adb9793829ddae60" was chosen because it was primary and "Microsoft.EntityFrameworkCore, Version=5.0.7.0, Culture=neutral, PublicKeyToken=adb9793829ddae60" was not. [C:\Folder\IBP\apps\auth-server\src\IBP.AuthServer\IBP.AuthServer.csproj] C:\Program Files\dotnet\sdk\5.0.300\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: References which depend on "Microsoft.EntityFrameworkCore, Version=5.0.6.0, Culture=neutral, PublicKeyToken=adb9793829ddae60" [C:\Users\NAME\.nuget\packages\microsoft.entityframeworkcore\5.0.6\lib\netstandard2.1\Microsoft.EntityFrameworkCore.dll]. [C:\Folder\IBP\apps\auth-server\src\IBP.AuthServer\IBP.AuthServer.csproj] C:\Program Files\dotnet\sdk\5.0.300\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: C:\Users\NAME\.nuget\packages\microsoft.entityframeworkcore\5.0.6\lib\netstandard2.1\Microsoft.EntityFrameworkCore.dll [C:\Folder\IBP\apps\auth-server\src\IBP.AuthServer\IBP.AuthServer.csproj] C:\Program Files\dotnet\sdk\5.0.300\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: Project file item includes which caused reference "C:\Users\NAME\.nuget\packages\microsoft.entityframeworkcore\5.0.6\lib\netstandard2.1\Microsoft.EntityFrameworkCore.dll". [C:\Folder\IBP\apps\auth-server\src\IBP.AuthServer\IBP.AuthServer.csproj] C:\Program Files\dotnet\sdk\5.0.300\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: C:\Users\NAME\.nuget\packages\microsoft.entityframeworkcore\5.0.6\lib\netstandard2.1\Microsoft.EntityFrameworkCore.dll [C:\Folder\IBP\apps\auth-server\src\IBP.AuthServer\IBP.AuthServer.csproj] C:\Program Files\dotnet\sdk\5.0.300\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: References which depend on "Microsoft.EntityFrameworkCore, Version=5.0.7.0, Culture=neutral, PublicKeyToken=adb9793829ddae60" []. [C:\Folder\IBP\apps\auth-server\src\IBP.AuthServer\IBP.AuthServer.csproj] C:\Program Files\dotnet\sdk\5.0.300\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: C:\Folder\IBP\services\administration\src\IBP.AdministrationService.EntityFrameworkCore\bin\Debug\net5.0\IBP.AdministrationService.EntityFrameworkCore.dll [C:\Folder\IBP\apps\auth-server\src\IBP.AuthServer\IBP.AuthServer.csproj] C:\Program Files\dotnet\sdk\5.0.300\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: Project file item includes which caused reference "C:\Folder\IBP\services\administration\src\IBP.AdministrationService.EntityFrameworkCore\bin\Debug\net5.0\IBP.AdministrationService.EntityFrameworkCore.dll". [C:\Folder\IBP\apps\auth-server\src\IBP.AuthServer\IBP.AuthServer.csproj] C:\Program Files\dotnet\sdk\5.0.300\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: C:\Folder\IBP\services\administration\src\IBP.AdministrationService.EntityFrameworkCore\bin\Debug\net5.0\IBP.AdministrationService.EntityFrameworkCore.dll [C:\Folder\IBP\apps\auth-server\src\IBP.AuthServer\IBP.AuthServer.csproj] C:\Program Files\dotnet\sdk\5.0.300\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: C:\Folder\IBP\services\identity\src\IBP.IdentityService.EntityFrameworkCore\bin\Debug\net5.0\IBP.IdentityService.EntityFrameworkCore.dll [C:\Folder\IBP\apps\auth-server\src\IBP.AuthServer\IBP.AuthServer.csproj] C:\Program Files\dotnet\sdk\5.0.300\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: Project file item includes which caused reference "C:\Folder\IBP\services\identity\src\IBP.IdentityService.EntityFrameworkCore\bin\Debug\net5.0\IBP.IdentityService.EntityFrameworkCore.dll". [C:\Folder\IBP\apps\auth-server\src\IBP.AuthServer\IBP.AuthServer.csproj] C:\Program Files\dotnet\sdk\5.0.300\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: C:\Folder\IBP\services\identity\src\IBP.IdentityService.EntityFrameworkCore\bin\Debug\net5.0\IBP.IdentityService.EntityFrameworkCore.dll [C:\Folder\IBP\apps\auth-server\src\IBP.AuthServer\IBP.AuthServer.csproj] C:\Program Files\dotnet\sdk\5.0.300\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: C:\Folder\IBP\services\saas\src\IBP.SaasService.EntityFrameworkCore\bin\Debug\net5.0\IBP.SaasService.EntityFrameworkCore.dll [C:\Folder\IBP\apps\auth-server\src\IBP.AuthServer\IBP.AuthServer.csproj] C:\Program Files\dotnet\sdk\5.0.300\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: Project file item includes which caused reference "C:\Folder\IBP\services\saas\src\IBP.SaasService.EntityFrameworkCore\bin\Debug\net5.0\IBP.SaasService.EntityFrameworkCore.dll". [C:\Folder\IBP\apps\auth-server\src\IBP.AuthServer\IBP.AuthServer.csproj] C:\Program Files\dotnet\sdk\5.0.300\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: C:\Folder\IBP\services\saas\src\IBP.SaasService.EntityFrameworkCore\bin\Debug\net5.0\IBP.SaasService.EntityFrameworkCore.dll [C:\Folder\IBP\apps\auth-server\src\IBP.AuthServer\IBP.AuthServer.csproj] C:\Program Files\dotnet\sdk\5.0.300\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: Found conflicts between different versions of "Microsoft.EntityFrameworkCore.Relational" that could not be resolved. [C:\Folder\IBP\apps\auth-server\src\IBP.AuthServer\IBP.AuthServer.csproj] C:\Program Files\dotnet\sdk\5.0.300\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: There was a conflict between "Microsoft.EntityFrameworkCore.Relational, Version=5.0.6.0, Culture=neutral, PublicKeyToken=adb9793829ddae60" and "Microsoft.EntityFrameworkCore.Relational, Version=5.0.7.0, Culture=neutral, PublicKeyToken=adb9793829ddae60". [C:\Folder\IBP\apps\auth-server\src\IBP.AuthServer\IBP.AuthServer.csproj] C:\Program Files\dotnet\sdk\5.0.300\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: "Microsoft.EntityFrameworkCore.Relational, Version=5.0.6.0, Culture=neutral, PublicKeyToken=adb9793829ddae60" was chosen because it was primary and "Microsoft.EntityFrameworkCore.Relational, Version=5.0.7.0, Culture=neutral, PublicKeyToken=adb9793829ddae60" was not. [C:\Folder\IBP\apps\auth-server\src\IBP.AuthServer\IBP.AuthServer.csproj] C:\Program Files\dotnet\sdk\5.0.300\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: References which depend on "Microsoft.EntityFrameworkCore.Relational, Version=5.0.6.0, Culture=neutral, PublicKeyToken=adb9793829ddae60" [C:\Users\NAME\.nuget\packages\microsoft.entityframeworkcore.relational\5.0.6\lib\netstandard2.1\Microsoft.EntityFrameworkCore.Relational.dll]. [C:\Folder\IBP\apps\auth-server\src\IBP.AuthServer\IBP.AuthServer.csproj] C:\Program Files\dotnet\sdk\5.0.300\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: C:\Users\NAME\.nuget\packages\microsoft.entityframeworkcore.relational\5.0.6\lib\netstandard2.1\Microsoft.EntityFrameworkCore.Relational.dll [C:\Folder\IBP\apps\auth-server\src\IBP.AuthServer\IBP.AuthServer.csproj] C:\Program Files\dotnet\sdk\5.0.300\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: Project file item includes which caused reference "C:\Users\NAME\.nuget\packages\microsoft.entityframeworkcore.relational\5.0.6\lib\netstandard2.1\Microsoft.EntityFrameworkCore.Relational.dll". [C:\Folder\IBP\apps\auth-server\src\IBP.AuthServer\IBP.AuthServer.csproj] C:\Program Files\dotnet\sdk\5.0.300\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: C:\Users\NAME\.nuget\packages\microsoft.entityframeworkcore.relational\5.0.6\lib\netstandard2.1\Microsoft.EntityFrameworkCore.Relational.dll [C:\Folder\IBP\apps\auth-server\src\IBP.AuthServer\IBP.AuthServer.csproj] C:\Program Files\dotnet\sdk\5.0.300\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: References which depend on "Microsoft.EntityFrameworkCore.Relational, Version=5.0.7.0, Culture=neutral, PublicKeyToken=adb9793829ddae60" []. [C:\Folder\IBP\apps\auth-server\src\IBP.AuthServer\IBP.AuthServer.csproj] C:\Program Files\dotnet\sdk\5.0.300\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: C:\Folder\IBP\services\administration\src\IBP.AdministrationService.EntityFrameworkCore\bin\Debug\net5.0\IBP.AdministrationService.EntityFrameworkCore.dll [C:\Folder\IBP\apps\auth-server\src\IBP.AuthServer\IBP.AuthServer.csproj] C:\Program Files\dotnet\sdk\5.0.300\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: Project file item includes which caused reference "C:\Folder\IBP\services\administration\src\IBP.AdministrationService.EntityFrameworkCore\bin\Debug\net5.0\IBP.AdministrationService.EntityFrameworkCore.dll". [C:\Folder\IBP\apps\auth-server\src\IBP.AuthServer\IBP.AuthServer.csproj] C:\Program Files\dotnet\sdk\5.0.300\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: C:\Folder\IBP\services\administration\src\IBP.AdministrationService.EntityFrameworkCore\bin\Debug\net5.0\IBP.AdministrationService.EntityFrameworkCore.dll [C:\Folder\IBP\apps\auth-server\src\IBP.AuthServer\IBP.AuthServer.csproj] C:\Program Files\dotnet\sdk\5.0.300\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: C:\Folder\IBP\services\identity\src\IBP.IdentityService.EntityFrameworkCore\bin\Debug\net5.0\IBP.IdentityService.EntityFrameworkCore.dll [C:\Folder\IBP\apps\auth-server\src\IBP.AuthServer\IBP.AuthServer.csproj] C:\Program Files\dotnet\sdk\5.0.300\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: Project file item includes which caused reference "C:\Folder\IBP\services\identity\src\IBP.IdentityService.EntityFrameworkCore\bin\Debug\net5.0\IBP.IdentityService.EntityFrameworkCore.dll". [C:\Folder\IBP\apps\auth-server\src\IBP.AuthServer\IBP.AuthServer.csproj] C:\Program Files\dotnet\sdk\5.0.300\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: C:\Folder\IBP\services\identity\src\IBP.IdentityService.EntityFrameworkCore\bin\Debug\net5.0\IBP.IdentityService.EntityFrameworkCore.dll [C:\Folder\IBP\apps\auth-server\src\IBP.AuthServer\IBP.AuthServer.csproj] C:\Program Files\dotnet\sdk\5.0.300\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: C:\Folder\IBP\services\saas\src\IBP.SaasService.EntityFrameworkCore\bin\Debug\net5.0\IBP.SaasService.EntityFrameworkCore.dll [C:\Folder\IBP\apps\auth-server\src\IBP.AuthServer\IBP.AuthServer.csproj] C:\Program Files\dotnet\sdk\5.0.300\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: Project file item includes which caused reference "C:\Folder\IBP\services\saas\src\IBP.SaasService.EntityFrameworkCore\bin\Debug\net5.0\IBP.SaasService.EntityFrameworkCore.dll". [C:\Folder\IBP\apps\auth-server\src\IBP.AuthServer\IBP.AuthServer.csproj] C:\Program Files\dotnet\sdk\5.0.300\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: C:\Folder\IBP\services\saas\src\IBP.SaasService.EntityFrameworkCore\bin\Debug\net5.0\IBP.SaasService.EntityFrameworkCore.dll [C:\Folder\IBP\apps\auth-server\src\IBP.AuthServer\IBP.AuthServer.csproj] [16:58:02 INF] Starting IBP.AuthServer. [16:58:02 FTL] IBP.AuthServer terminated unexpectedly! Volo.Abp.AbpInitializationException: An error occurred during ConfigureServices phase of the module IBP.AdministrationService.EntityFrameworkCore.AdministrationServiceEntityFrameworkCoreModule, IBP.AdministrationService.EntityFrameworkCore, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null. See the inner exception for details. ---> System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.EntityFrameworkCore, Version=5.0.7.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. The system cannot find the file specified. File name: 'Microsoft.EntityFrameworkCore, Version=5.0.7.0, Culture=neutral, PublicKeyToken=adb9793829ddae60' at IBP.AdministrationService.EntityFrameworkCore.AdministrationServiceEntityFrameworkCoreModule.ConfigureServices(ServiceConfigurationContext context) at Volo.Abp.AbpApplicationBase.ConfigureServices() --- End of inner exception stack trace --- at Volo.Abp.AbpApplicationBase.ConfigureServices() at Volo.Abp.AbpApplicationBase..ctor(Type startupModuleType, IServiceCollection services, Action1 optionsAction) at Volo.Abp.AbpApplicationWithExternalServiceProvider..ctor(Type startupModuleType, IServiceCollection services, Action1 optionsAction) at Volo.Abp.AbpApplicationFactory.Create(Type startupModuleType, IServiceCollection services, Action1 optionsAction) at Volo.Abp.AbpApplicationFactory.Create[TStartupModule](IServiceCollection services, Action1 optionsAction) at Microsoft.Extensions.DependencyInjection.ServiceCollectionApplicationExtensions.AddApplication[TStartupModule](IServiceCollection services, Action1 optionsAction) at IBP.AuthServer.Startup.ConfigureServices(IServiceCollection services) in C:\Folder\IBP\apps\auth-server\src\IBP.AuthServer\Startup.cs:line 11 at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor, Boolean wrapExceptions) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.InvokeCore(Object instance, IServiceCollection services) at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.<&gt;c__DisplayClass9_0.g__Startup|0(IServiceCollection serviceCollection)

at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.Invoke(Object instance, IServiceCollection services) at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.<>c__DisplayClass8_0.b__0(IServiceCollection services)

at Microsoft.AspNetCore.Hosting.GenericWebHostBuilder.UseStartup(Type startupType, HostBuilderContext context, IServiceCollection services, Object instance) at Microsoft.AspNetCore.Hosting.GenericWebHostBuilder.<>c__DisplayClass13_0.b__0(HostBuilderContext context, IServiceCollection services)

at Microsoft.Extensions.Hosting.HostBuilder.CreateServiceProvider() at Microsoft.Extensions.Hosting.HostBuilder.Build()`

Showing 1 to 10 of 32 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11