Close

NopCommerce 3.20 support

mayabelle
10 years ago
#3744 Quote
Avatar
  • 1
Hello, when will 3.20 be supported? I updated the version in the Description.txt file, but apparently some changes within the dll are needed because it throws an exception when run:


Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.

Source Error:


Line 147:                            
Line 148:                            //init plugin type (only one plugin per assembly is allowed)
Line 149:                            foreach (var t in pluginDescriptor.ReferencedAssembly.GetTypes())
Line 150:                                if (typeof(IPlugin).IsAssignableFrom(t))
Line 151:                                    if (!t.IsInterface)

Source File: c:\.....\NopCommerce\Libraries\Nop.Core\Plugins\PluginManager.cs    Line: 149
Support
10 years ago
#3747 Quote
Avatar
  • Moderator
  • 1044
mayabelle wrote:
Hello, when will 3.20 be supported? I updated the version in the Description.txt file, but apparently some changes within the dll are needed because it throws an exception when run:


Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.

Source Error:


Line 147:                            
Line 148:                            //init plugin type (only one plugin per assembly is allowed)
Line 149:                            foreach (var t in pluginDescriptor.ReferencedAssembly.GetTypes())
Line 150:                                if (typeof(IPlugin).IsAssignableFrom(t))
Line 151:                                    if (!t.IsInterface)

Source File: c:\.....\NopCommerce\Libraries\Nop.Core\Plugins\PluginManager.cs    Line: 149


Hi,

All our products will be released in a day or two and they will support nopCommerce version 3.2. The products from version 3.1 will not work on a nopCommerce version 3.2. You should wait for our release and download the products for version 3.2

Hope that helps!