Base solution for your next web application
Open Closed

Updating my Web API solution in Azure fails... #4827


User avatar
0
affern created

Is there anyone here who knows why I get this error message?

at Abp.Modules.AbpModuleManager.<>c.<StartModules>b__15_2(AbpModuleInfo module) at System.Collections.Generic.List1.ForEach(Action1 action) at Abp.Modules.AbpModuleManager.StartModules() at Abp.AbpBootstrapper.Initialize() at Abp.AspNetCore.AbpApplicationBuilderExtensions.InitializeAbp(IApplicationBuilder app) at Abp.AspNetCore.AbpApplicationBuilderExtensions.UseAbp(IApplicationBuilder app, Action`1 optionsAction) at MySolution.Web.Startup.Startup.Configure(IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory) in D:\MySolution\aspnet-core\src\MySolution.Web.Host\Startup\Startup.cs:line 120 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at Microsoft.AspNetCore.Hosting.ConventionBasedStartup.Configure(IApplicationBuilder app) at Microsoft.AspNetCore.Server.IISIntegration.IISSetupFilter.<>c__DisplayClass3_0.


3 Answer(s)
  • User Avatar
    0
    alper created
    Support Team

    hi,

    I think you cut the exception trace from the wrong place. The main exception message is not included! What does the exception say?

  • User Avatar
    0
    affern created

    <cite>alper: </cite> hi,

    I think you cut the exception trace from the wrong place. The main exception message is not included! What does the exception say?

    Yes, now I found the exception message :) Thanks!!

  • User Avatar
    0
    alirizaadiyahsi created

    Thanks for feedback.