Skip to content

Instantly share code, notes, and snippets.

@chaim1221
Created August 23, 2016 02:48
Show Gist options
  • Save chaim1221/a629cf150abd918a93ff8d89e9a3487d to your computer and use it in GitHub Desktop.
Save chaim1221/a629cf150abd918a93ff8d89e9a3487d to your computer and use it in GitHub Desktop.
"Machete.Web.Controllers.WorkerSigninController, EXCEPTIONS: Machete.Web.Controllers.WorkerSigninController Exception: "
Mapping types:
jQueryDataTableParam -> Nullable`1
Machete.Web.Helpers.jQueryDataTableParam -> System.Nullable`1[[System.DateTime, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]
Destination path:
viewOptions.date
Source value:
Machete.Web.Helpers.jQueryDataTableParam"
Inner exception: "
Mapping types:
jQueryDataTableParam -> Nullable`1
Machete.Web.Helpers.jQueryDataTableParam -> System.Nullable`1[[System.DateTime, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]
Destination path:
viewOptions.date
Source value:
Machete.Web.Helpers.jQueryDataTableParam"
Innermost exception: "String was not recognized as a valid DateTime.", MODELERR: , OUTER_EXCEPTION_STACKTRACE: at Machete.Web.Controllers.WorkerSigninController.AjaxHandler(jQueryDataTableParam param)
at lambda_method(Closure , ControllerBase , Object[] )
at System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters)
at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
at System.Web.Mvc.Async.AsyncControllerActionInvoker.<BeginInvokeSynchronousActionMethod>b__39(IAsyncResult asyncResult, ActionInvocation innerInvokeState)
at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`2.CallEndDelegate(IAsyncResult asyncResult)
at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3d()
at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f()
at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass33.<BeginInvokeActionMethodWithFilters>b__32(IAsyncResult asyncResult)
at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass21.<>c__DisplayClass2b.<BeginInvokeAction>b__1c()
at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass21.<BeginInvokeAction>b__1e(IAsyncResult asyncResult), INNER_EXCEPTION_STACKTRACE: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles)
at lambda_method(Closure , jQueryDataTableParam )
at AutoMapper.DelegateBasedResolver`2.Resolve(ResolutionResult source)
at System.Linq.Enumerable.Aggregate[TSource,TAccumulate](IEnumerable`1 source, TAccumulate seed, Func`3 func)
at AutoMapper.Mappers.TypeMapObjectMapperRegistry.PropertyMapMappingStrategy.MapPropertyValue(ResolutionContext context, IMappingEngineRunner mapper, Object mappedObject, PropertyMap propertyMap)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment