Find bugs in nopCommerce 4.30 BETA and earn $10

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 years ago
Dear community!

We have released a BETA version of nopCommerce 4.30 (find more information here). We would like you to test it and share any bugs you find. For bugs that are not yet identified and mentioned in our Github issue tracker we will be granting $10. Please, share your finding in this topic. After a bug is reported and confirmed by our team, please send us a link to the forum post along with your name via our contact form

This offer is valid only until the official nopCommerce 4.30 release (2-3 weeks)

P.S. Typos and other very small issues are not counted for the monetary bonus, though we would appreciate if you point them out.
4 years ago
Congratulations nop team.

Thank you for the beta release 4.3 while whole world in very tough situation because for Covid-19.

Whole users of nopcommerce are free now a days. So 4.3 will be come very successful version :)

Thanks,
Jatin
4 years ago
Hi Andrei, did you check this post?
4 years ago
With MySQL 5.7 we were getting the following error message upon clean installation:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'recursive CategoryTree AS ( SELECT id, cast(concat(LPAD(DisplayOrder, @lengt' at line 1
4 years ago
many congratulation team :-)

Waiting for this version since 2 3 days.

Thank you
4 years ago
FlameX wrote:
With MySQL 5.7 we were getting the following error message upon clean installation:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'recursive CategoryTree AS ( SELECT id, cast(concat(LPAD(DisplayOrder, @lengt' at line 1

Thanks! We'll check it - https://github.com/nopSolutions/nopCommerce/issues/4394
4 years ago
Congratulations for this release.
I found 2 issues:
- Error while saving a shipping method. It's missing this CreateMap<ShippingMethodModel, ShippingMethod>(); in AdminMapperConfiguration
AutoMapperMappingException: Missing type map configuration or unsupported mapping. Mapping types: ShippingMethodModel -> ShippingMethod Nop.Web.Areas.Admin.Models.Shipping.ShippingMethodModel -> Nop.Core.Domain.Shipping.ShippingMethod

- Import resources from xml. If an entry already exists for that language it will fail in the update.
In ImportResourcesFromXml of LocalizationService I changed this  lsr.Id = GetLocaleStringResourceByName(name).Id; to lsr.Id = GetLocaleStringResourceByName(name, language.Id).Id;
4 years ago
I took the No Source Code zip file, backed up and upgraded the SQL, extracted the zip and added the existing \App_Data\plugins.json, didnt have \App_Data\installedPlugins.json but did have \App_Data\Plugins.json, copied over all files in wwwroot\images. Attempted to launch and got error:
An error occurred while starting the application.
UnauthorizedAccessException: Access to the path 'C:\inetpub\nop4.3b\App_Data\plugins.json' is denied.
I then copied over
App_Data\plugins.json
tried again and got:
An error occurred while starting the application.
UnauthorizedAccessException: Access to the path 'C:\inetpub\nop4.3b\Plugins\bin\Nop.Plugin.DiscountRules.CustomerRoles.dll' is denied.
Next I added the requested bin dll, to get another error so copied all dll's in the V 4.2 plugin\bin to 4.3 and tried again and got:

An error occurred while starting the application.

ReflectionTypeLoadException: Unable to load one or more of the requested types.
Method 'RegisterRoutes' in type 'Nop.Plugin.Misc.SendinBlue.Infrastructure.RouteProvider' from assembly 'Nop.Plugin.Misc.SendinBlue, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.

System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)

Loader Exceptions:
•Method 'RegisterRoutes' in type 'Nop.Plugin.Misc.SendinBlue.Infrastructure.RouteProvider' from assembly 'Nop.Plugin.Misc.SendinBlue, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.

Exception: Plugin 'SendinBlue'. Method 'RegisterRoutes' in type 'Nop.Plugin.Misc.SendinBlue.Infrastructure.RouteProvider' from assembly 'Nop.Plugin.Misc.SendinBlue, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.


Nop.Web.Framework.Infrastructure.Extensions.ApplicationPartManagerExtensions.InitializePlugins(ApplicationPartManager applicationPartManager, NopConfig config) in ApplicationPartManagerExtensions.cs, line 564

Exception: Plugin 'SendinBlue'. Method 'RegisterRoutes' in type 'Nop.Plugin.Misc.SendinBlue.Infrastructure.RouteProvider' from assembly 'Nop.Plugin.Misc.SendinBlue, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.

Unable to load one or more of the requested types.
Method 'RegisterRoutes' in type 'Nop.Plugin.Misc.SendinBlue.Infrastructure.RouteProvider' from assembly 'Nop.Plugin.Misc.SendinBlue, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.

Nop.Web.Framework.Infrastructure.Extensions.ApplicationPartManagerExtensions.InitializePlugins(ApplicationPartManager applicationPartManager, NopConfig config) in ApplicationPartManagerExtensions.cs, line 580

ReflectionTypeLoadException: Unable to load one or more of the requested types. Method 'RegisterRoutes' in type 'Nop.Plugin.Misc.SendinBlue.Infrastructure.RouteProvider' from assembly 'Nop.Plugin.Misc.SendinBlue, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.

System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)

System.Reflection.RuntimeModule.GetTypes()

System.Reflection.Assembly.GetTypes()

Nop.Web.Framework.Infrastructure.Extensions.ApplicationPartManagerExtensions.InitializePlugins(ApplicationPartManager applicationPartManager, NopConfig config) in ApplicationPartManagerExtensions.cs

Show raw exception details

Exception: Plugin 'SendinBlue'. Method 'RegisterRoutes' in type 'Nop.Plugin.Misc.SendinBlue.Infrastructure.RouteProvider' from assembly 'Nop.Plugin.Misc.SendinBlue, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.

Nop.Web.Framework.Infrastructure.Extensions.ApplicationPartManagerExtensions.InitializePlugins(ApplicationPartManager applicationPartManager, NopConfig config) in ApplicationPartManagerExtensions.cs

Show raw exception details

Exception: Plugin 'SendinBlue'. Method 'RegisterRoutes' in type 'Nop.Plugin.Misc.SendinBlue.Infrastructure.RouteProvider' from assembly 'Nop.Plugin.Misc.SendinBlue, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation. Unable to load one or more of the requested types. Method 'RegisterRoutes' in type 'Nop.Plugin.Misc.SendinBlue.Infrastructure.RouteProvider' from assembly 'Nop.Plugin.Misc.SendinBlue, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.

Nop.Web.Framework.Infrastructure.Extensions.ApplicationPartManagerExtensions.InitializePlugins(ApplicationPartManager applicationPartManager, NopConfig config) in ApplicationPartManagerExtensions.cs


Nop.Web.Framework.Infrastructure.Extensions.ServiceCollectionExtensions.ConfigureApplicationServices(IServiceCollection services, IConfiguration configuration, IWebHostEnvironment webHostEnvironment) in ServiceCollectionExtensions.cs

Nop.Web.Startup.ConfigureServices(IServiceCollection services) in Startup.cs
System.RuntimeMethodHandle.InvokeMethod(object target, object[] arguments, Signature sig, bool constructor, bool wrapExceptions)
System.Reflection.RuntimeMethodInfo.Invoke(object obj, BindingFlags invokeAttr, Binder binder, object[] parameters, CultureInfo culture)
Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.InvokeCore(object instance, IServiceCollection services)
Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder+<>c__DisplayClass9_0.<Invoke>g__Startup|0(IServiceCollection serviceCollection)
Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.Invoke(object instance, IServiceCollection services)
Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder+<>c__DisplayClass8_0.<Build>b__0(IServiceCollection services)
Microsoft.AspNetCore.Hosting.GenericWebHostBuilder.UseStartup(Type startupType, HostBuilderContext context, IServiceCollection services)
Microsoft.AspNetCore.Hosting.GenericWebHostBuilder+<>c__DisplayClass12_0.<UseStartup>b__0(HostBuilderContext context, IServiceCollection services)
Microsoft.Extensions.Hosting.HostBuilder.CreateServiceProvider()
Microsoft.Extensions.Hosting.HostBuilder.Build()
Nop.Web.Program.Main(string[] args) in Program.cs

I've now started to download the source code version to take a closer look but thought I should share the event so far.
4 years ago
I should have added that we dont use the 'SendinBlue' plugin, in fact as the site is not yet live there are no active plugins though some may be part of the default package.
The plugin.json file copied over reads:
{
  "InstalledPluginNames": [
    "DiscountRequirement.MustBeAssignedToCustomerRole",
    "CurrencyExchange.ECB",
    "Misc.SendinBlue",
    "Payments.CheckMoneyOrder",
    "Payments.Manual",
    "Payments.PayPalStandard",
    "Payments.Qualpay",
    "Payments.Square",
    "Pickup.PickupInStore",
    "Shipping.FixedByWeightByTotal",
    "Shipping.UPS",
    "Tax.Avalara",
    "Tax.FixedOrByCountryStateZip",
    "Widgets.GoogleAnalytics",
    "Widgets.NivoSlider",
    "ExternalAuth.Facebook"
  ],
  "PluginNamesToUninstall": [],
  "PluginNamesToDelete": [],
  "PluginNamesToInstall": []
}
4 years ago
Removed the Misc.SendinBlue line and tried again. This generated an error with Nop.Plugin.Payments.PayPalStandard so removed that and Payments.Qualpay, Payments.Square, and this generated a different error
An error occurred while starting the application.

ReflectionTypeLoadException: Unable to load one or more of the requested types.
Could not load type 'Nop.Data.Mapping.NopEntityTypeConfiguration`1' from assembly 'Nop.Data, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null'.
Could not load file or assembly 'Microsoft.EntityFrameworkCore, Version=2.2.4.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. The system cannot find the file specified.

System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)

Loader Exceptions:
•Could not load type 'Nop.Data.Mapping.NopEntityTypeConfiguration`1' from assembly 'Nop.Data, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null'.
•Could not load file or assembly 'Microsoft.EntityFrameworkCore, Version=2.2.4.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. The system cannot find the file specified.

Exception: Plugin 'Pickup in store'. Could not load type 'Nop.Data.Mapping.NopEntityTypeConfiguration`1' from assembly 'Nop.Data, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null'.
Could not load file or assembly 'Microsoft.EntityFrameworkCore, Version=2.2.4.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. The system cannot find the file specified.


Nop.Web.Framework.Infrastructure.Extensions.ApplicationPartManagerExtensions.InitializePlugins(ApplicationPartManager applicationPartManager, NopConfig config) in ApplicationPartManagerExtensions.cs, line 564

Exception: Plugin 'Pickup in store'. Could not load type 'Nop.Data.Mapping.NopEntityTypeConfiguration`1' from assembly 'Nop.Data, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null'.
Could not load file or assembly 'Microsoft.EntityFrameworkCore, Version=2.2.4.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. The system cannot find the file specified.

Unable to load one or more of the requested types.
Could not load type 'Nop.Data.Mapping.NopEntityTypeConfiguration`1' from assembly 'Nop.Data, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null'.
Could not load file or assembly 'Microsoft.EntityFrameworkCore, Version=2.2.4.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. The system cannot find the file specified.

Nop.Web.Framework.Infrastructure.Extensions.ApplicationPartManagerExtensions.InitializePlugins(ApplicationPartManager applicationPartManager, NopConfig config) in ApplicationPartManagerExtensions.cs, line 580

ReflectionTypeLoadException: Unable to load one or more of the requested types. Could not load type 'Nop.Data.Mapping.NopEntityTypeConfiguration`1' from assembly 'Nop.Data, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null'. Could not load file or assembly 'Microsoft.EntityFrameworkCore, Version=2.2.4.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. The system cannot find the file specified.

System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)

System.Reflection.RuntimeModule.GetTypes()

System.Reflection.Assembly.GetTypes()

Nop.Web.Framework.Infrastructure.Extensions.ApplicationPartManagerExtensions.InitializePlugins(ApplicationPartManager applicationPartManager, NopConfig config) in ApplicationPartManagerExtensions.cs

Show raw exception details

System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types.
Could not load type 'Nop.Data.Mapping.NopEntityTypeConfiguration`1' from assembly 'Nop.Data, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null'.
Could not load file or assembly 'Microsoft.EntityFrameworkCore, Version=2.2.4.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. The system cannot find the file specified.
   at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
   at System.Reflection.RuntimeModule.GetTypes()
   at System.Reflection.Assembly.GetTypes()
   at Nop.Web.Framework.Infrastructure.Extensions.ApplicationPartManagerExtensions.InitializePlugins(ApplicationPartManager applicationPartManager, NopConfig config) in C:\andrei\_430beta_source\Presentation\Nop.Web.Framework\Infrastructure\Extensions\ApplicationPartManagerExtensions.cs:line 545
System.TypeLoadException: Could not load type 'Nop.Data.Mapping.NopEntityTypeConfiguration`1' from assembly 'Nop.Data, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null'.
System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.EntityFrameworkCore, Version=2.2.4.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. The system cannot find the file specified.
File name: 'Microsoft.EntityFrameworkCore, Version=2.2.4.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'

Exception: Plugin 'Pickup in store'. Could not load type 'Nop.Data.Mapping.NopEntityTypeConfiguration`1' from assembly 'Nop.Data, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null'. Could not load file or assembly 'Microsoft.EntityFrameworkCore, Version=2.2.4.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. The system cannot find the file specified.

Nop.Web.Framework.Infrastructure.Extensions.ApplicationPartManagerExtensions.InitializePlugins(ApplicationPartManager applicationPartManager, NopConfig config) in ApplicationPartManagerExtensions.cs

Show raw exception details

System.Exception: Plugin 'Pickup in store'. Could not load type 'Nop.Data.Mapping.NopEntityTypeConfiguration`1' from assembly 'Nop.Data, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null'.
Could not load file or assembly 'Microsoft.EntityFrameworkCore, Version=2.2.4.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. The system cannot find the file specified.

---> System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types.
Could not load type 'Nop.Data.Mapping.NopEntityTypeConfiguration`1' from assembly 'Nop.Data, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null'.
Could not load file or assembly 'Microsoft.EntityFrameworkCore, Version=2.2.4.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. The system cannot find the file specified.
   at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
   at System.Reflection.RuntimeModule.GetTypes()
   at System.Reflection.Assembly.GetTypes()
   at Nop.Web.Framework.Infrastructure.Extensions.ApplicationPartManagerExtensions.InitializePlugins(ApplicationPartManager applicationPartManager, NopConfig config) in C:\andrei\_430beta_source\Presentation\Nop.Web.Framework\Infrastructure\Extensions\ApplicationPartManagerExtensions.cs:line 545
System.TypeLoadException: Could not load type 'Nop.Data.Mapping.NopEntityTypeConfiguration`1' from assembly 'Nop.Data, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null'.
System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.EntityFrameworkCore, Version=2.2.4.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. The system cannot find the file specified.
File name: 'Microsoft.EntityFrameworkCore, Version=2.2.4.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'

   --- End of inner exception stack trace ---
   at Nop.Web.Framework.Infrastructure.Extensions.ApplicationPartManagerExtensions.InitializePlugins(ApplicationPartManager applicationPartManager, NopConfig config) in C:\andrei\_430beta_source\Presentation\Nop.Web.Framework\Infrastructure\Extensions\ApplicationPartManagerExtensions.cs:line 564

Exception: Plugin 'Pickup in store'. Could not load type 'Nop.Data.Mapping.NopEntityTypeConfiguration`1' from assembly 'Nop.Data, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null'. Could not load file or assembly 'Microsoft.EntityFrameworkCore, Version=2.2.4.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. The system cannot find the file specified. Unable to load one or more of the requested types. Could not load type 'Nop.Data.Mapping.NopEntityTypeConfiguration`1' from assembly 'Nop.Data, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null'. Could not load file or assembly 'Microsoft.EntityFrameworkCore, Version=2.2.4.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. The system cannot find the file specified.

Nop.Web.Framework.Infrastructure.Extensions.ApplicationPartManagerExtensions.InitializePlugins(ApplicationPartManager applicationPartManager, NopConfig config) in ApplicationPartManagerExtensions.cs

Nop.Web.Framework.Infrastructure.Extensions.ServiceCollectionExtensions.ConfigureApplicationServices(IServiceCollection services, IConfiguration configuration, IWebHostEnvironment webHostEnvironment) in ServiceCollectionExtensions.cs

Nop.Web.Startup.ConfigureServices(IServiceCollection services) in Startup.cs

System.RuntimeMethodHandle.InvokeMethod(object target, object[] arguments, Signature sig, bool constructor, bool wrapExceptions)

System.Reflection.RuntimeMethodInfo.Invoke(object obj, BindingFlags invokeAttr, Binder binder, object[] parameters, CultureInfo culture)

Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.InvokeCore(object instance, IServiceCollection services)

Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder+<>c__DisplayClass9_0.<Invoke>g__Startup|0(IServiceCollection serviceCollection)

Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.Invoke(object instance, IServiceCollection services)

Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder+<>c__DisplayClass8_0.<Build>b__0(IServiceCollection services)

Microsoft.AspNetCore.Hosting.GenericWebHostBuilder.UseStartup(Type startupType, HostBuilderContext context, IServiceCollection services)

Microsoft.AspNetCore.Hosting.GenericWebHostBuilder+<>c__DisplayClass12_0.<UseStartup>b__0(HostBuilderContext context, IServiceCollection services)

Microsoft.Extensions.Hosting.HostBuilder.CreateServiceProvider()

Microsoft.Extensions.Hosting.HostBuilder.Build()

Nop.Web.Program.Main(string[] args) in Program.cs

Show raw exception details
System.Exception: Plugin 'Pickup in store'. Could not load type 'Nop.Data.Mapping.NopEntityTypeConfiguration`1' from assembly 'Nop.Data, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null'.
Could not load file or assembly 'Microsoft.EntityFrameworkCore, Version=2.2.4.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. The system cannot find the file specified.

Unable to load one or more of the requested types.
Could not load type 'Nop.Data.Mapping.NopEntityTypeConfiguration`1' from assembly 'Nop.Data, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null'.
Could not load file or assembly 'Microsoft.EntityFrameworkCore, Version=2.2.4.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. The system cannot find the file specified.

---> System.Exception: Plugin 'Pickup in store'. Could not load type 'Nop.Data.Mapping.NopEntityTypeConfiguration`1' from assembly 'Nop.Data, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null'.
Could not load file or assembly 'Microsoft.EntityFrameworkCore, Version=2.2.4.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. The system cannot find the file specified.

---> System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types.
Could not load type 'Nop.Data.Mapping.NopEntityTypeConfiguration`1' from assembly 'Nop.Data, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null'.
Could not load file or assembly 'Microsoft.EntityFrameworkCore, Version=2.2.4.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. The system cannot find the file specified.
   at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
   at System.Reflection.RuntimeModule.GetTypes()
   at System.Reflection.Assembly.GetTypes()
   at Nop.Web.Framework.Infrastructure.Extensions.ApplicationPartManagerExtensions.InitializePlugins(ApplicationPartManager applicationPartManager, NopConfig config) in C:\andrei\_430beta_source\Presentation\Nop.Web.Framework\Infrastructure\Extensions\ApplicationPartManagerExtensions.cs:line 545
System.TypeLoadException: Could not load type 'Nop.Data.Mapping.NopEntityTypeConfiguration`1' from assembly 'Nop.Data, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null'.
System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.EntityFrameworkCore, Version=2.2.4.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. The system cannot find the file specified.
File name: 'Microsoft.EntityFrameworkCore, Version=2.2.4.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'

   --- End of inner exception stack trace ---
   at Nop.Web.Framework.Infrastructure.Extensions.ApplicationPartManagerExtensions.InitializePlugins(ApplicationPartManager applicationPartManager, NopConfig config) in C:\andrei\_430beta_source\Presentation\Nop.Web.Framework\Infrastructure\Extensions\ApplicationPartManagerExtensions.cs:line 564
   --- End of inner exception stack trace ---
   at Nop.Web.Framework.Infrastructure.Extensions.ApplicationPartManagerExtensions.InitializePlugins(ApplicationPartManager applicationPartManager, NopConfig config) in C:\andrei\_430beta_source\Presentation\Nop.Web.Framework\Infrastructure\Extensions\ApplicationPartManagerExtensions.cs:line 580
   at Nop.Web.Framework.Infrastructure.Extensions.ServiceCollectionExtensions.ConfigureApplicationServices(IServiceCollection services, IConfiguration configuration, IWebHostEnvironment webHostEnvironment) in C:\andrei\_430beta_source\Presentation\Nop.Web.Framework\Infrastructure\Extensions\ServiceCollectionExtensions.cs:line 77
   at Nop.Web.Startup.ConfigureServices(IServiceCollection services) in C:\andrei\_430beta_source\Presentation\Nop.Web\Startup.cs:line 42
   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.<Invoke>g__Startup|0(IServiceCollection serviceCollection)
   at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.Invoke(Object instance, IServiceCollection services)
   at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.<>c__DisplayClass8_0.<Build>b__0(IServiceCollection services)
   at Microsoft.AspNetCore.Hosting.GenericWebHostBuilder.UseStartup(Type startupType, HostBuilderContext context, IServiceCollection services)
   at Microsoft.AspNetCore.Hosting.GenericWebHostBuilder.<>c__DisplayClass12_0.<UseStartup>b__0(HostBuilderContext context, IServiceCollection services)
   at Microsoft.Extensions.Hosting.HostBuilder.CreateServiceProvider()
   at Microsoft.Extensions.Hosting.HostBuilder.Build()
   at Nop.Web.Program.Main(String[] args) in C:\andrei\_430beta_source\Presentation\Nop.Web\Program.cs:line 11

NOTE: C:\andrei\_430beta_source\ IS NOT on my server.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.