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(Action
1 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)
-
0
hi,
I think you cut the exception trace from the wrong place. The main exception message is not included! What does the exception say?
-
0
<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!!
-
0
Thanks for feedback.