Close

Profile: mayabelle

Avatar

User posts

10 years ago

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