Activities of "consultant.ahmet.ulusoy"

Hi Dear Friends,

We have an issue on time convertion for time zone. When a user select a datetime from MvcUi using a calendar, it's stored as same as on UI but when we make same thing in our local environment it's working correctly. What could be reason of that?

User TimeZone Setting

AdministrationService AbpSettings TableRecord

WebModule private void ConfigureClockOptions() { Configure<AbpClockOptions>(options => { options.Kind = DateTimeKind.Local; }); }

DemoServiceModule private void ConfigureClockOptions() { Configure<AbpClockOptions>(options => { options.Kind = DateTimeKind.Utc; }); }

DemoService Details Screen

DemoService Details TableRecord

Hi Dear Friends,

We have an urgent issue on Production. After we migrate to 9.1.3, everything works on local perfectly but on Kubernetes 3 project can't start and gives below error.

I need your help, urgently, please.

  • Template: microservice
  • Created ABP Studio Version: 0.9.11
  • Current ABP Studio Version: 0.9.26
  • Multi-Tenancy: Yes
  • UI Framework: mvc
  • Theme: leptonx
  • Theme Style: system
  • Database Provider: ef
  • Database Management System: postgresql
  • Mobile Framework: react-native
  • Public Website: Yes
  • Include Tests: Yes

[16:24:17 INF] Starting TavTechnologies.Treva.AuthServer

TavTechnologies.Treva.AuthServer terminated unexpectedly!

Volo.Abp.AbpInitializationException: An error occurred during ConfigureServicesAsync phase of the module Volo.Abp.AspNetCore.AbpAspNetCoreModule, Volo.Abp.AspNetCore, Version=9.1.3.0, Culture=neutral, PublicKeyToken=null. See the inner exception for details.

---> System.IO.DirectoryNotFoundException: /src/TavTechnologies.Treva.AuthServer/wwwroot/

at Microsoft.Extensions.FileProviders.PhysicalFileProvider..ctor(String root, ExclusionFilters filters)

at Microsoft.AspNetCore.Hosting.StaticWebAssets.StaticWebAssetsLoader.<>c.<UseStaticWebAssetsCore>b__1_0(String contentRoot)

at Microsoft.AspNetCore.StaticWebAssets.ManifestStaticWebAssetFileProvider..ctor(StaticWebAssetManifest manifest, Func`2 fileProviderFactory)

at Microsoft.AspNetCore.Hosting.StaticWebAssets.StaticWebAssetsLoader.UseStaticWebAssetsCore(IWebHostEnvironment environment, Stream manifest)

at Microsoft.AspNetCore.Hosting.StaticWebAssets.StaticWebAssetsLoader.UseStaticWebAssets(IWebHostEnvironment environment, IConfiguration configuration)

at Volo.Abp.AspNetCore.AbpAspNetCoreModule.ConfigureServices(ServiceConfigurationContext context)

at Volo.Abp.Modularity.AbpModule.ConfigureServicesAsync(ServiceConfigurationContext context)

at Volo.Abp.AbpApplicationBase.ConfigureServicesAsync()

--- End of inner exception stack trace ---

at Volo.Abp.AbpApplicationBase.ConfigureServicesAsync()

at Volo.Abp.AbpApplicationFactory.CreateAsync[TStartupModule](IServiceCollection services, Action`1 optionsAction)

at Microsoft.Extensions.DependencyInjection.ServiceCollectionApplicationExtensions.AddApplicationAsync[TStartupModule](IServiceCollection services, Action`1 optionsAction)

at Microsoft.Extensions.DependencyInjection.WebApplicationBuilderExtensions.AddApplicationAsync[TStartupModule](WebApplicationBuilder builder, Action`1 optionsAction)

at TavTechnologies.Treva.AuthServer.Program.Main(String[] args) in /src/TavTechnologies.Treva.AuthServer/Program.cs:line 63

at Volo.Abp.AbpApplicationBase.ConfigureServicesAsync()

at Volo.Abp.AbpApplicationFactory.CreateAsync[TStartupModule](IServiceCollection services, Action`1 optionsAction)

at Microsoft.Extensions.DependencyInjection.ServiceCollectionApplicationExtensions.AddApplicationAsync[TStartupModule](IServiceCollection services, Action`1 optionsAction)

at Microsoft.Extensions.DependencyInjection.WebApplicationBuilderExtensions.AddApplicationAsync[TStartupModule](WebApplicationBuilder builder, Action`1 optionsAction)

at TavTechnologies.Treva.AuthServer.Program.Main(String[] args) in /src/TavTechnologies.Treva.AuthServer/Program.cs:line 63

  • Template: microservice
  • Created ABP Studio Version: 0.9.11
  • Current ABP Studio Version: 0.9.26
  • Multi-Tenancy: Yes
  • UI Framework: mvc
  • Theme: leptonx
  • Theme Style: system
  • Database Provider: ef
  • Database Management System: postgresql
  • Mobile Framework: react-native
  • Public Website: Yes
  • Include Tests: Yes

Hi Dear Abp Support Team,

When i try to add a new microservice, Abp Studio gives below error when we click create button at the end of the wizard.

System.InvalidOperationException: This template has errors. Check the <Template.HasError> and <Template.Messages> before evaluating a template. Messages: /TavTechnologies.Treva.MicroserviceName/bin/Debug/net9.0/AsyncKeyedLock.dll(1787,19) : error : Unexpected token  at void Scriban.Template.CheckErrors() at async ValueTask<object> Scriban.Template.EvaluateAndRenderAsync(TemplateContext context, bool render) at async ValueTask<string> Scriban.Template.RenderAsync(TemplateContext context) at async Task Volo.Abp.Studio.SolutionTemplates.Pipelines.TemplateRenderingStep.ExecuteAsync(SolutionBuildPipelineContext context) at async Task Volo.Abp.Studio.SolutionTemplates.Pipelines.PipelinedTemplateSolutionBuilderBase.Yt8seqSoy6(List<SolutionBuildPipelineStep> , object ) at async Task<string> Volo.Abp.Studio.SolutionTemplates.Pipelines.PipelinedTemplateSolutionBuilderBase.BuildAsync(SolutionBuilderContext context) at async Task<string> Volo.Abp.Studio.SolutionTemplates.SolutionBuilder.BuildAsync(SolutionBuilderContext context) at async Task<string> Volo.Abp.Studio.UI.ViewModels.NewModule.NewModuleTemplateWizardWindowViewModel.Co70I68Jwd() at async Task Volo.Abp.Studio.UI.ViewModels.NewModule.NewModuleTemplateWizardWindowViewModel.wRo022CUVK()

I srated to get this after update the Abp Studio 0.9.26 version and can't downgrade to 0.9.25 again. Because i don't have installer for 0.9.25

Can you help, please?

Hi,

  • Template: microservice
  • Created ABP Studio Version: 0.9.11
  • Current ABP Studio Version: 0.9.25
  • Multi-Tenancy: Yes
  • UI Framework: mvc
  • Theme: leptonx
  • Theme Style: system
  • Database Provider: ef
  • Database Management System: postgresql
  • Mobile Framework: react-native
  • Public Website: Yes
  • Include Tests: Yes

We have an issue in Identity Module when we call Gdpr Pro Module delete personal data endpoint. User Data modified is done in every microservice but after user data modification Volo.Abp.Gdpr.GdprUserDataDeletionRequestedEto is waiting in the EventInBox table and can't execute other events after that.

"Id" "ExtraProperties" "MessageId" "EventName" "EventData" "CreationTime" "Processed" "ProcessedTime" "convert_from" "3a193769-e27d-e644-5b9a-753e4b1891db" "{""X-Correlation-Id"":""cc04ba9fd7f2442e94772f4094dedd09""}" "3a193769e24632979f73306251f20306" "Volo.Abp.Gdpr.GdprUserDataDeletionRequestedEto" "binary data" "2025-04-11 14:24:39.549966" false "{""userId"":""3a193766-4c87-919c-5f71-b95c181521d8""}"

[14:36:25 INF] Found 1 events in the inbox. [14:36:25 ERR] There is no such an entity. Entity type: Volo.Abp.Identity.IdentityUser, id: 3a193766-4c87-919c-5f71-b95c181521d8 Volo.Abp.Domain.Entities.EntityNotFoundException: There is no such an entity. Entity type: Volo.Abp.Identity.IdentityUser, id: 3a193766-4c87-919c-5f71-b95c181521d8 at Volo.Abp.Identity.IdentityUserManager.GetByIdAsync(Guid id) at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue1.ProceedAsync() at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation) at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func3 proceed) at Volo.Abp.Identity.Gdpr.IdentityGdprEventHandler.HandleEventAsync(GdprUserDataDeletionRequestedEto eventData) at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous(IInvocation invocation, IInvocationProceedInfo proceedInfo) at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapter.ProceedAsync() at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation) at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter1.InterceptAsync(IInvocation invocation, IInvocationProceedInfo proceedInfo, Func3 proceed) at Volo.Abp.EventBus.EventHandlerInvoker.InvokeAsync(IEventHandler eventHandler, Object eventData, Type eventType) at Volo.Abp.EventBus.EventBusBase.TriggerHandlerAsync(IEventHandlerFactory asyncHandlerFactory, Type eventType, Object eventData, List1 exceptions, InboxConfig inboxConfig) at Volo.Abp.EventBus.EventBusBase.ThrowOriginalExceptions(Type eventType, List`1 exceptions) at Volo.Abp.EventBus.RabbitMq.RabbitMqDistributedEventBus.ProcessFromInboxAsync(IncomingEventInfo incomingEvent, InboxConfig inboxConfig) at Volo.Abp.EventBus.Distributed.InboxProcessor.RunAsync() at Volo.Abp.EventBus.Distributed.InboxProcessor.RunAsync() at Volo.Abp.EventBus.Distributed.InboxProcessor.TimerOnElapsed(AbpAsyncTimer arg) at Volo.Abp.Threading.AbpAsyncTimer.Timer_Elapsed()

Hi,

  • Template: microservice
  • Created ABP Studio Version: 0.9.11
  • Current ABP Studio Version: 0.9.25
  • Multi-Tenancy: Yes
  • UI Framework: mvc
  • Theme: leptonx
  • Theme Style: system
  • Database Provider: ef
  • Database Management System: postgresql
  • Mobile Framework: react-native
  • Public Website: Yes
  • Include Tests: Yes

We take below errors on pipeline when restore nuget packages for our solution.

#12 10.08 /src/TavTechnologies.Treva.ProfileService.Contracts/TavTechnologies.Treva.ProfileService.Contracts.csproj : error NU1301: Failed to retrieve information about 'Volo.Abp.Authorization.Abstractions' from remote source 'https://nuget.abp.io//v3/package/volo.abp.authorization.abstractions/index.json'. [/src/TavTechnologies.Treva.ProfileService/TavTechnologies.Treva.ProfileService.csproj] #12 10.08 /src/TavTechnologies.Treva.ProfileService.Contracts/TavTechnologies.Treva.ProfileService.Contracts.csproj : error NU1301: Response status code does not indicate success: 403 (Forbidden). [/src/TavTechnologies.Treva.ProfileService/TavTechnologies.Treva.ProfileService.csproj] #12 10.08 /src/TavTechnologies.Treva.ProfileService/TavTechnologies.Treva.ProfileService.csproj : error NU1301: Failed to retrieve information about 'Volo.Abp.Authorization.Abstractions' from remote source 'https://nuget.abp.io//v3/package/volo.abp.authorization.abstractions/index.json'. #12 10.08 /src/TavTechnologies.Treva.ProfileService/TavTechnologies.Treva.ProfileService.csproj : error NU1301: Response status code does not indicate success: 403 (Forbidden). #12 10.08 /src/TavTechnologies.Treva.ProfileService/TavTechnologies.Treva.ProfileService.csproj : error NU1301: Failed to retrieve information about 'Volo.Abp.AspNetCore.Abstractions' from remote source 'https://nuget.abp.io//v3/package/volo.abp.aspnetcore.abstractions/index.json'. #12 10.08 /src/TavTechnologies.Treva.ProfileService/TavTechnologies.Treva.ProfileService.csproj : error NU1301: Response status code does not indicate success: 403 (Forbidden). #12 10.08 /src/TavTechnologies.Treva.ProfileService/TavTechnologies.Treva.ProfileService.csproj : error NU1301: Failed to retrieve information about 'Volo.Abp.AspNetCore.Abstractions' from remote source 'https://nuget.abp.io//v3/package/volo.abp.aspnetcore.abstractions/index.json'. #12 10.08 /src/TavTechnologies.Treva.ProfileService/TavTechnologies.Treva.ProfileService.csproj : error NU1301: Response status code does not indicate success: 403 (Forbidden). #12 10.09 /src/TavTechnologies.Treva.ProfileService/TavTechnologies.Treva.ProfileService.csproj : error NU1301: Failed to retrieve information about 'Volo.Abp.Studio.Client' from remote source 'https://nuget.abp.io//v3/package/volo.abp.studio.client/index.json'. #12 10.09 /src/TavTechnologies.Treva.ProfileService/TavTechnologies.Treva.ProfileService.csproj : error NU1301: Response status code does not indicate success: 403 (Forbidden). #12 10.09 /src/TavTechnologies.Treva.ProfileService/TavTechnologies.Treva.ProfileService.csproj : error NU1301: Failed to retrieve information about 'Volo.Abp.Studio.Client' from remote source 'https://nuget.abp.io//v3/package/volo.abp.studio.client/index.json'. #12 10.09 /src/TavTechnologies.Treva.ProfileService/TavTechnologies.Treva.ProfileService.csproj : error NU1301: Response status code does not indicate success: 403 (Forbidden). #12 11.03 /src/TavTechnologies.Treva.ProfileService/TavTechnologies.Treva.ProfileService.csproj : error NU1301: Failed to retrieve information about 'Volo.Abp.Studio.Client.Contracts' from remote source 'https://nuget.abp.io//v3/package/volo.abp.studio.client.contracts/index.json'. #12 11.03 /src/TavTechnologies.Treva.ProfileService/TavTechnologies.Treva.ProfileService.csproj : error NU1301: Response status code does not indicate success: 403 (Forbidden). #12 11.04 /src/TavTechnologies.Treva.ProfileService/TavTechnologies.Treva.ProfileService.csproj : error NU1301: Failed to retrieve information about 'Volo.Abp.Studio.Client.Contracts' from remote source 'https://nuget.abp.io//v3/package/volo.abp.studio.client.contracts/index.json'. #12 11.04 /src/TavTechnologies.Treva.ProfileService/TavTechnologies.Treva.ProfileService.csproj : error NU1301: Response status code does not indicate success: 403 (Forbidden). #12 11.32 /src/TavTechnologies.Treva.ProfileService/TavTechnologies.Treva.ProfileService.csproj : error NU1301: Failed to retrieve information about 'Volo.Abp.Json.Abstractions' from remote source 'https://nuget.abp.io//v3/package/volo.abp.json.abstractions/index.json'. #12 11.32 /src/TavTechnologies.Treva.ProfileService/TavTechnologies.Treva.ProfileService.csproj : error NU1301: Response status code does not indicate success: 403 (Forbidden). #12 11.32 /src/TavTechnologies.Treva.ProfileService/TavTechnologies.Treva.ProfileService.csproj : error NU1301: Failed to retrieve information about 'Volo.Abp.Json.Abstractions' from remote source 'https://nuget.abp.io//v3/package/volo.abp.json.abstractions/index.json'. #12 11.32 /src/TavTechnologies.Treva.ProfileService/TavTechnologies.Treva.ProfileService.csproj : error NU1301: Response status code does not indicate success: 403 (Forbidden). ##[debug]Agent environment resources - Disk: / Available 17273.81 MB out of 74244.74 MB, Memory: Used 1452.00 MB out of 6930.00 MB, CPU: Usage 80.50% ##[debug]Agent environment resources - Disk: / Available 17245.97 MB out of 74244.74 MB, Memory: Used 1599.00 MB out of 6930.00 MB, CPU: Usage 99.52% #12 21.50 Failed to restore /src/TavTechnologies.Treva.ProfileService/TavTechnologies.Treva.ProfileService.csproj (in 19.88 sec). #12 ERROR: process "/bin/sh -c dotnet publish -c Release -o bin/Release/net9.0 /restore" did not complete successfully: exit code: 1

[builder 5/5] RUN dotnet publish -c Release -o bin/Release/net9.0 /restore: 10.09 /src/TavTechnologies.Treva.ProfileService/TavTechnologies.Treva.ProfileService.csproj : error NU1301: Response status code does not indicate success: 403 (Forbidden). 11.03 /src/TavTechnologies.Treva.ProfileService/TavTechnologies.Treva.ProfileService.csproj : error NU1301: Failed to retrieve information about 'Volo.Abp.Studio.Client.Contracts' from remote source 'https://nuget.abp.io//v3/package/volo.abp.studio.client.contracts/index.json'. 11.03 /src/TavTechnologies.Treva.ProfileService/TavTechnologies.Treva.ProfileService.csproj : error NU1301: Response status code does not indicate success: 403 (Forbidden). 11.04 /src/TavTechnologies.Treva.ProfileService/TavTechnologies.Treva.ProfileService.csproj : error NU1301: Failed to retrieve information about 'Volo.Abp.Studio.Client.Contracts' from remote source 'https://nuget.abp.io//v3/package/volo.abp.studio.client.contracts/index.json'. 11.04 /src/TavTechnologies.Treva.ProfileService/TavTechnologies.Treva.ProfileService.csproj : error NU1301: Response status code does not indicate success: 403 (Forbidden). /volo.abp.json.abstractions/index.json'. 11.32 /src/TavTechnologies.Treva.ProfileService/TavTechnologies.Treva.ProfileService.csproj : error NU1301: Response status code does not indicate success: 403 (Forbidden). 11.32 /src/TavTechnologies.Treva.ProfileService/TavTechnologies.Treva.ProfileService.csproj : error NU1301: Failed to retrieve information about 'Volo.Abp.Json.Abstractions' from remote source 'https://nuget.abp.io/******/v3/package/volo.abp.json.abstractions/index.json'. 11.32 /src/TavTechnologies.Treva.ProfileService/TavTechnologies.Treva.ProfileService.csproj : error NU1301: Response status code does not indicate success: 403 (Forbidden). 21.50 Failed to restore /src/TavTechnologies.Treva.ProfileService/TavTechnologies.Treva.ProfileService.csproj (in 19.88 sec).

  • ABP Framework version: v9.0.2
  • UI Type: MVC
  • Database System: EF Core (PostgreSQL, etc..)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace: Details: 2 UNKNOWN: Received HTTP status code 500
  • Steps to reproduce the issue: Create a mew Microservice and add Grpc Service like in the example: https://abp.io/community/articles/using-grpc-with-the-abp-framework-2dgaxzw3

Hi Dear Friends,

I used the information on given example: https://abp.io/community/articles/using-grpc-with-the-abp-framework-2dgaxzw3

But when i try to send request from postman or any other client it gave :"Details: 2 UNKNOWN: Received HTTP status code 500"

And on server side below exceptions given:

Exception thrown: 'System.InvalidOperationException' in Microsoft.AspNetCore.Routing.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in Volo.Abp.AspNetCore.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll

Can you help me please*

  • ABP Framework version: v9.0.2
  • UI Type: Angular
  • Database System: EF Core (PostgreSQL, etc..)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace: Access to XMLHttpRequest at 'https://treva-publicgateway.tav.aero/api/abp/application-configuration?includeLocalizationResources=false' from origin 'https://treva-website.tav.aero' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.
  • Steps to reproduce the issue: Everything is working on local, but when i build and deploy it'starts to give above exception.
  • ABP Framework version: v9.0.2
  • UI Type: MVC
  • Database System: EF Core (PostgreSQL, etc..)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes/no
  • Exception message and full stack trace: jQuery.Deferred exception: Cannot read properties of undefined (reading 'abpUserAddresses') TypeError: Cannot read properties of undefined (reading 'abpUserAddresses') at HTMLDocument.<anonymous> (http://localhost:44377/Pages/AbpUserAddresses/index.js?_v=638743460704453176:4:78) at mightThrow (http://localhost:44377/libs/jquery/jquery.js?_v=638734041378540000:3489:29) at process (http://localhost:44377/libs/jquery/jquery.js?_v=638734041378540000:3557:12) undefined jquery.js?_v=638734041378540000:3793 Uncaught TypeError: Cannot read properties of undefined (reading 'abpUserAddresses') at HTMLDocument.<anonymous> (index.js?_v=638743460704453176:4:78) at mightThrow (jquery.js?_v=638734041378540000:3489:29) at process (jquery.js?_v=638734041378540000:3557:12)

// window.tavTechnologies.treva.identityService.abpUserAddresses.abpUserAddresses; window.tavTechnologies.treva doesn't contain identityService

  • Steps to reproduce the issue:
  • Add a new Entity with AbpSuite and generate with all options selected for FullAuditedEntityRoot
  • ABP Framework version: v9.0.2
  • UI Type: MVC
  • Database System: EF Core (PostgreSQL)
  • Tiered (for MVC) or Auth Server Separated (for Angular): MicroServiceSolution
  • Exception message and full stack trace: "Cannot find DemoServiceMenuContributor.cs file! Ensure C:\Projects\TavTechnologies.Octopus.DemoService\TavTechnologies.Octopus.DemoService\TavTechnologies.Octopus.Web\Menus\DemoServiceMenuContributor.cs exists..
  • Steps to reproduce the issue: I changed the solution folder configuration. Actually, from mono repo to multi repo approach applied. Everything works fine except abp suite. It's using a wrong path for now on generate button. Is there a way to give Web Project solution path to create needed pages, codes insert/update on Microservice Solution Backoffice Web App.
  • ABP Framework version: v9.0.2
  • UI Type: MVC
  • Database System: EF Core (PostgreSQL)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:Abp can't find client proxies and dependent microservice contract localization files
  • Steps to reproduce the issue: Create a nuget package from microservice solution which is name TavTechnologies.Octopus.AdministrationService.Contracts and use nuget package on TavTechnologies.Octopus.Web solution. I upload the packages to Azure Artifacts.

I had to create a nuget package for TavTechnologies.Octopus.AdministrationService.Contracts and use this nuget package in TavTechnologies.Octopus.Web solution. After that web project started to behave unproperly. So, as i understand, I missed the pack some files maybe symbols or source link and etc...

Can you help me please?

Showing 1 to 10 of 10 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 01, 2025, 08:37