HTTP Error 500.30 - ASP.NET Core app failed to start

8 months ago
I got this error when I installed a plugin on my site and I can't login to the admin panel.
HTTP Error 500.30 - ASP.NET Core app failed to start
8 months ago
Hello

for more details about the error, You can enable the log from web.config file which can be found in the main folder of your server .

change "stdoutLogEnabled="false" to "stdoutLogEnabled="true"
and refresh the site and check the logs from logs folder of your server
8 months ago
localhost log report like this
192.168.1.107 GET /favicon.ico - 88 - 192.168.1.107 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/115.0.0.0+Safari/537.36 http://192.168.1.107:88/ 500 30 574 0
8 months ago
Yes is that from the Stdout log file ?
What is the error ?
8 months ago
yes error from log file HTTP Error 500.30 - ASP.NET Core app failed to start
8 months ago
iska wrote:
yes error from log file HTTP Error 500.30 - ASP.NET Core app failed to start

That is a general error - you need to look in the Stdout file to file errors
If there are no errors you need to check the Windows system event logs
See https://selectsystems.com.au/checking-for-errors-on-a-new-installation-of-nopcommerce
8 months ago
when writing in log

Unhandled exception. System.Exception: Unable to load one or more of the requested types.
Could not load file or assembly 'NopAdvance.Plugin.Core, Version=1.12.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
Could not load file or assembly 'NopAdvance.Plugin.Core, Version=1.12.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
Could not load file or assembly 'NopAdvance.Plugin.Core, Version=1.12.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
Could not load file or assembly 'NopAdvance.Plugin.Core, Version=1.12.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
Could not load file or assembly 'NopAdvance.Plugin.Core, Version=1.12.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
Could not load file or assembly 'NopAdvance.Plugin.Core, Version=1.12.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
Could not load file or assembly 'NopAdvance.Plugin.Core, Version=1.12.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

---> System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types.
Could not load file or assembly 'NopAdvance.Plugin.Core, Version=1.12.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
Could not load file or assembly 'NopAdvance.Plugin.Core, Version=1.12.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
Could not load file or assembly 'NopAdvance.Plugin.Core, Version=1.12.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
Could not load file or assembly 'NopAdvance.Plugin.Core, Version=1.12.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
Could not load file or assembly 'NopAdvance.Plugin.Core, Version=1.12.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
Could not load file or assembly 'NopAdvance.Plugin.Core, Version=1.12.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
Could not load file or assembly 'NopAdvance.Plugin.Core, Version=1.12.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
   at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
   at System.Reflection.Assembly.GetTypes()
   at Nop.Web.Framework.Infrastructure.Extensions.ApplicationPartManagerExtensions.InitializePlugins(ApplicationPartManager applicationPartManager, PluginConfig pluginConfig)
System.IO.FileNotFoundException: Could not load file or assembly 'NopAdvance.Plugin.Core, Version=1.12.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
File name: 'NopAdvance.Plugin.Core, Version=1.12.0.0, Culture=neutral, PublicKeyToken=null'
System.IO.FileNotFoundException: Could not load file or assembly 'NopAdvance.Plugin.Core, Version=1.12.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
File name: 'NopAdvance.Plugin.Core, Version=1.12.0.0, Culture=neutral, PublicKeyToken=null'
System.IO.FileNotFoundException: Could not load file or assembly 'NopAdvance.Plugin.Core, Version=1.12.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
File name: 'NopAdvance.Plugin.Core, Version=1.12.0.0, Culture=neutral, PublicKeyToken=null'
System.IO.FileNotFoundException: Could not load file or assembly 'NopAdvance.Plugin.Core, Version=1.12.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
File name: 'NopAdvance.Plugin.Core, Version=1.12.0.0, Culture=neutral, PublicKeyToken=null'
System.IO.FileNotFoundException: Could not load file or assembly 'NopAdvance.Plugin.Core, Version=1.12.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
File name: 'NopAdvance.Plugin.Core, Version=1.12.0.0, Culture=neutral, PublicKeyToken=null'
System.IO.FileNotFoundException: Could not load file or assembly 'NopAdvance.Plugin.Core, Version=1.12.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
File name: 'NopAdvance.Plugin.Core, Version=1.12.0.0, Culture=neutral, PublicKeyToken=null'
System.IO.FileNotFoundException: Could not load file or assembly 'NopAdvance.Plugin.Core, Version=1.12.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
File name: 'NopAdvance.Plugin.Core, Version=1.12.0.0, Culture=neutral, PublicKeyToken=null'
   --- End of inner exception stack trace ---
   at Nop.Web.Framework.Infrastructure.Extensions.ApplicationPartManagerExtensions.InitializePlugins(ApplicationPartManager applicationPartManager, PluginConfig pluginConfig)
   at Nop.Web.Framework.Infrastructure.Extensions.ServiceCollectionExtensions.ConfigureApplicationServices(IServiceCollection services, WebApplicationBuilder builder)
   at Program.<Main>$(String[] args)
8 months ago
RE: "Could not load file or assembly 'NopAdvance.Plugin.Core, "
Contact NopAdvance support.