In an attempt to solve this issue with orders being cached: https://doc.dynamicweb.com/forum?ThreadID=95919&PID=1605 I tried to set up a scheduled task that clears the cache. I set it up as follows:
When I run it, I get this:
System.Reflection.AmbiguousMatchException: Ambiguous match found.<br/> at System.RuntimeType.GetMethodImpl(String name, BindingFlags bindingAttr, Binder binder, CallingConventions callConv, Type[] types, ParameterModifier[] modifiers)<br/> at System.Type.GetMethod(String name)<br/> at Dynamicweb.Scheduling.MethodAddIn.MethodAddIn.Run()<br/> at Dynamicweb.Scheduling.AddInJob.Execute()
Looks like that's because there are overloads that have parameters. How do I specify a parameterless version?
Imar