Close

Profile: chrismcbride76

Avatar

User posts

10 years ago

I updated to the latest nop ajax filter, and have had my site crash twice in the past two days.  I've been able to resolve it by re-uploading all of the files in the 'bin' folder.  I suspect that there could be a bug in nopcommerce 3.0, but the site hasn't had any problems until I updated the ajax filter, and the ajax filter is called out in the stack trace.  Any ideas?

Thanks,
Chris

Here's the stack trace:

Could not load file or assembly 'AutoMapper, Version=2.0.0.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
  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.IO.FileLoadException: Could not load file or assembly 'AutoMapper, Version=2.0.0.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

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.  

Assembly Load Trace: The following information can be helpful to determine why the assembly 'AutoMapper, Version=2.0.0.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005' could not be loaded.



WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

  

Stack Trace:



[FileLoadException: Could not load file or assembly 'AutoMapper, Version=2.0.0.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)]
   SevenSpikes.Nop.Framework.DependancyRegistrar.BaseDependancyRegistrar7Spikes.CreateMvcModelMap() +0
   Nop.Core.Infrastructure.DependencyManagement.<>c__DisplayClass1.<Configure>b__0(ContainerBuilder x) +631
   Nop.Core.Infrastructure.DependencyManagement.ContainerConfigurer.Configure(IEngine engine, ContainerManager containerManager, EventBroker broker, NopConfig configuration) +431
   Nop.Core.Infrastructure.NopEngine.InitializeContainer(ContainerConfigurer configurer, EventBroker broker, NopConfig config) +222
   Nop.Core.Infrastructure.EngineContext.CreateEngineInstance(NopConfig config) +227
   Nop.Core.Infrastructure.EngineContext.Initialize(Boolean forceRecreate) +191
   Nop.Web.MvcApplication.Application_Start() +203

[HttpException (0x80004005): Could not load file or assembly 'AutoMapper, Version=2.0.0.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)]
   System.Web.HttpApplicationFactory.EnsureAppStartCalledForIntegratedMode(HttpContext context, HttpApplication app) +12864365
   System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +175
   System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +304
   System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +404
   System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +475

[HttpException (0x80004005): Could not load file or assem

10 years ago

The log showed the referrer as blank.

Thanks,
Chris

10 years ago

It's accompanied by:

Error
Short message:   The controller for path '/fancybox/fancy_close.png' was not found or does not implement IController.
Full message:   System.Web.HttpException (0x80004005): The controller for path '/fancybox/fancy_close.png' was not found or does not implement IController. at System.Web.Mvc.DefaultControllerFactory.GetControllerInstance(RequestContext requestContext, Type controllerType) at System.Web.Mvc.DefaultControllerFactory.CreateController(RequestContext requestContext, String controllerName) at System.Web.Mvc.MvcHandler.ProcessRequestInit(HttpContextBase httpContext, IController& controller, IControllerFactory& factory) at System.Web.Mvc.MvcHandler.BeginProcessRequest(HttpContextBase httpContext, AsyncCallback callback, Object state) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
IP address:   -----------------------
Customer:  Guest
Page URL:   http://mydomain.com/fancybox/fancy_close.png
Referrer URL:  
Created on:   7/6/2013 11:47:12 AM

10 years ago

Our site has been live for several days and we keep seeing this error:

Log level:   Error
Short message:   A public action method 'fancybox' was not found on controller 'SevenSpikes.Theme.Fashion.Controllers.SubscribeController'.
Full message:   System.Web.HttpException (0x80004005): A public action method 'fancybox' was not found on controller 'SevenSpikes.Theme.Fashion.Controllers.SubscribeController'. at System.Web.Mvc.Controller.HandleUnknownAction(String actionName) at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar) at System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar) at System.Web.Mvc.MvcHandler.<>c__DisplayClass8.<BeginProcessRequest>b__3(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
IP address:   -------------------------
Customer:  Guest
Page URL:   http://mydomain.com/subscribe/fancybox/fancy_nav_right.png
Referrer URL:  
Created on:   7/6/2013 11:45:50 AM

10 years ago

How can I change the default "order by" dropdown that is on the product page?  I want to change the default to "newest" so that the newest products show up first.

I've tried doing this in the nopcommerce source code, but my changes don't take effect. I suspect that one of your plugins (ajax filters maybe) is setting the default route and I'm unable to change it.

Any help would be greatly appreciated.

Thanks,
Chris

10 years ago

I can email or post a picture of what it looks like if you'd like.

Thanks,
Chris

10 years ago

When I upload multiple images, it looks like there is some time of slider/carosel that is added on the left of the main image.  The images in this slider are small and the background is grey.  Overall, it doesn't look good at all.

What should I do to make the images larger and change the background color of the slider?

Thanks,
Chris