Boyko wrote:Hi carneno,
Either go directly to your web site administration by typing
www.yourstorename.com/admin and then go to System -> Log and see what is the error or change your
Web.config file and turn off the custom errors.
You can do this by modifying your
Web.config file by replacing
RemoteOnly with
Off:
<customErrors defaultRedirect="errorpage.htm" mode="RemoteOnly">
to
<customErrors defaultRedirect="errorpage.htm" mode="Off">
This way you can see what the problem is.
Best Regards,
Nop-Templates Support Team
Hello boyko.
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.
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.
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.
]
Nop.Core.Plugins.PluginManager.Initialize() +1810
[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.
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.
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.
Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
]
Nop.Core.Plugins.PluginManager.Initialize() +2202
[InvalidOperationException: The pre-application start initialization method Initialize on type Nop.Core.Plugins.PluginManager threw an exception with the following error message: 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.
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.
Could not load file or assembl