"Parameter is not valid."

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
Hi ....

I'm using Nop 2.10...

When I changed "Pictures are stored into...: " in Media Settings from admin panel

I got an Error like below....




Server Error in '/' Application.
Parameter is not valid.
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.ArgumentException: Parameter is not valid.

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:

[ArgumentException: Parameter is not valid.]
   System.Drawing.Bitmap..ctor(Stream stream) +795094
   Nop.Services.Media.PictureService.ValidatePicture(Byte[] pictureBinary, String mimeType) in C:\Users\Developer\Desktop\nopcommerce-798ae3ad41ca(1)\nopCommerce_798ae3ad41ca\src\Libraries\Nop.Services\Media\PictureService.cs:530
   Nop.Services.Media.PictureService.UpdatePicture(Int32 pictureId, Byte[] pictureBinary, String mimeType, String seoFilename, Boolean isNew) in C:\Users\Developer\Desktop\nopcommerce-798ae3ad41ca(1)\nopCommerce_798ae3ad41ca\src\Libraries\Nop.Services\Media\PictureService.cs:662
   Nop.Services.Media.PictureService.set_StoreInDb(Boolean value) in C:\Users\Developer\Desktop\nopcommerce-798ae3ad41ca(1)\nopCommerce_798ae3ad41ca\src\Libraries\Nop.Services\Media\PictureService.cs:761
   Nop.Admin.Controllers.SettingController.ChangePictureStorage() in C:\Users\Developer\Desktop\nopcommerce-798ae3ad41ca(1)\nopCommerce_798ae3ad41ca\src\Presentation\Nop.Web\Administration\Controllers\SettingController.cs:588
   lambda_method(Closure , ControllerBase , Object[] ) +79
   System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters) +264
   System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters) +39
   System.Web.Mvc.<>c__DisplayClass15.<InvokeActionMethodWithFilters>b__12() +129
   System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation) +826410
   System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodWithFilters(ControllerContext controllerContext, IList`1 filters, ActionDescriptor actionDescriptor, IDictionary`2 parameters) +314
   System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName) +825632
   System.Web.Mvc.Controller.ExecuteCore() +159
   System.Web.Mvc.ControllerBase.Execute(RequestContext requestContext) +335
   System.Web.Mvc.<>c__DisplayClassb.<BeginProcessRequest>b__5() +62
   System.Web.Mvc.Async.<>c__DisplayClass1.<MakeVoidDelegate>b__0() +20
   System.Web.Mvc.<>c__DisplayClasse.<EndProcessRequest>b__d() +54
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +469
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +375


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.237
11 years ago
Were you able to solve the error parameter is not valid?If yes can you share it .
Thanks
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.