carneno wrote:
Going to www.yourstorename.com/admin gives the same error, so I changed the Web.config as suggested and get this error:
Server Error in '/' Application.
--------------------------------------------------------------------------------
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:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.]
System.Reflection.RuntimeModule.GetTypes(RuntimeModule module) +0
System.Reflection.RuntimeModule.GetTypes() +4
System.Reflection.Assembly.GetTypes() +78
Nop.Core.Plugins.PluginManager.Initialize() +1515
[Exception: Could not load file or assembly 'SevenSpikes.Nop.Framework, Version=2.65.32.4797, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
I suspect that you have uninstalled the
Core plugin before trying to uninstall the
Mega Menu plugin.
The
Mega Menu plugin is using the Core plugin, so when you uninstall the Core plugin the Mega Menu plugin crashes.
The correct way is to uninstall the Mega Menu plugin first and then the Core plugin.
To resolve the problem go to the
App_Data folder of your website and open the InstalledPlugins.txt file.
Delete the following line:
SevenSpikes.Nop.Plugins.MegaMenu also check if there is a line:
SevenSpikes.Core if there is, delete it too.
Save the file and you are good to go. The plugins are uninstalled.
Best Regards,
Nop-Templates Support Team