Activities of "NickCoetzee"

The abpio websites was under maintenance yesterday, can you try again?

Hi, we are still experiencing the same problem, I doubt it will just go away, we need you to investigate this and fix it.

We are having deployment failures with the commercial 4.4.4 packages. NuGet is not finding them. Is this being addressed? We are currently blocked from doing any deployments.

hi

Can you try to remove IncludeAssets and PrivateAssets?

Hi, we need this to work, these workarounds are wasting our time at the moment as we are just encountering more errors with every step suggested.

It looks as if there are bugs in the Microservices solution that need to be addressed and a fix pushed for the solution itself.

Please treat this as a matter of urgency as it's messing around with our deliverables.

If you are using Visual Studio, this may be because the project is unloaded or not part of the current solution so run a restore from the command-line. Otherwise, the project file may be invalid or missing targets required for restore. TestMicro.WebGateway

Hi, try run the dotnet build command in the solution file folder

Hi, we now get this problem

Starting IIS Express ... Successfully registered URL "https://localhost:44322/" for site "test.AuthServer" application "/" Registration completed for site "test.AuthServer" IIS Express is running. [11:18:14 INF] Starting test.AuthServer. [11:18:22 FTL] test.AuthServer terminated unexpectedly! Volo.Abp.AbpInitializationException: An error occurred during ConfigureServices phase of the module test.AdministrationService.EntityFrameworkCore.AdministrationServiceEntityFrameworkCoreModule, test.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.10.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. The system cannot find the file specified. File name: 'Microsoft.EntityFrameworkCore, Version=5.0.10.0, Culture=neutral, PublicKeyToken=adb9793829ddae60' at test.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, Action`1 optionsAction) at test.AuthServer.Startup.ConfigureServices(IServiceCollection services) in D:\Documents\DesignIT\newMicro\test\apps\auth-server\src\test.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.<>c__DisplayClass9_0.

We've installed .Net Core runtimes 5.0.10.0 but it appears as if a refererence in a project dependency does not have the right package installed. Also, many of the projects listed as dependencies are not visiblie within the solution tree. This could be what is causing the original error

  • ABP Framework version: 4.4.2
  • UI type: N/A
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): N/A
  • Exception message and stack trace:
  • Steps to reproduce the issue: Build the project

Hi,

The microservices template won't build

We're using the latest version 4.4.2

Build error:

Failed to restore C:\Work\MicroService\gateways\web\src\TestMicro.WebGateway\TestMicro.WebGateway.csproj (in 1.05 sec). Failed to restore C:\Work\MicroService\gateways\web-public\src\TestMicro.PublicWebGateway\TestMicro.PublicWebGateway.csproj (in 2.27 sec). Failed to restore C:\Work\MicroService\apps\web\src\TestMicro.Web\TestMicro.Web.csproj (in 5.16 sec). Failed to restore C:\Work\MicroService\shared\TestMicro.DbMigrator\TestMicro.DbMigrator.csproj (in 1.68 sec). Failed to restore C:\Work\MicroService\apps\public-web\src\TestMicro.PublicWeb\TestMicro.PublicWeb.csproj (in 7.2 sec). Failed to restore C:\Work\MicroService\shared\TestMicro.Shared.Hosting.Microservices\TestMicro.Shared.Hosting.Microservices.csproj (in 5.78 sec). Failed to restore C:\Work\MicroService\services\product\src\TestMicro.ProductService.HttpApi.Host\TestMicro.ProductService.HttpApi.Host.csproj (in 1.34 sec). Failed to restore C:\Work\MicroService\gateways\internal\src\TestMicro.InternalGateway\TestMicro.InternalGateway.csproj (in 1.87 sec). Failed to restore C:\Work\MicroService\services\identity\src\TestMicro.IdentityService.HttpApi.Host\TestMicro.IdentityService.HttpApi.Host.csproj (in 3.16 sec). Failed to restore C:\Work\MicroService\services\saas\src\TestMicro.SaasService.HttpApi.Host\TestMicro.SaasService.HttpApi.Host.csproj (in 1.74 sec). Failed to restore C:\Work\MicroService\apps\auth-server\src\TestMicro.AuthServer\TestMicro.AuthServer.csproj (in 10.54 sec).

Error number example:

Error NU1105 Unable to find project information for 'C:\Work\MicroService\services\identity\src\TestMicro.IdentityService.HttpApi\TestMicro.IdentityService.HttpApi.csproj'. If you are using Visual Studio, this may be because the project is unloaded or not part of the current solution so run a restore from the command-line. Otherwise, the project file may be invalid or missing targets required for restore. TestMicro.WebGateway C:\Work\MicroService\gateways\web\src\TestMicro.WebGateway\TestMicro.WebGateway.csproj 1

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