Advertisement
Guest User

Untitled

a guest
Feb 24th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.17 KB | None | 0 0
  1. System.ArgumentException occurred
  2. HResult=0x80070057
  3. Message=Object of type 'System.Collections.Generic.List`1[System.String]' cannot be converted to type 'System.Collections.Generic.HashSet`1[System.String]'.
  4. Source=<Cannot evaluate the exception source>
  5. StackTrace:
  6. at System.RuntimeType.TryChangeType(Object value, Binder binder, CultureInfo culture, Boolean needsSpecialCast)
  7. at System.RuntimeType.CheckValue(Object value, Binder binder, CultureInfo culture, BindingFlags invokeAttr)
  8. at System.Reflection.MethodBase.CheckArguments(Object[] parameters, Binder binder, BindingFlags invokeAttr, CultureInfo culture, Signature sig)
  9. at System.Reflection.RuntimeMethodInfo.InvokeArgumentsCheck(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  10. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  11. at System.Web.Script.Serialization.ObjectConverter.AssignToPropertyOrField(Object propertyValue, Object o, String memberName, JavaScriptSerializer serializer, Boolean throwOnError)
  12. at System.Web.Script.Serialization.ObjectConverter.ConvertDictionaryToObject(IDictionary`2 dictionary, Type type, JavaScriptSerializer serializer, Boolean throwOnError, Object& convertedObject)
  13. at System.Web.Script.Serialization.ObjectConverter.ConvertObjectToTypeInternal(Object o, Type type, JavaScriptSerializer serializer, Boolean throwOnError, Object& convertedObject)
  14. at System.Web.Script.Serialization.ObjectConverter.ConvertObjectToTypeMain(Object o, Type type, JavaScriptSerializer serializer, Boolean throwOnError, Object& convertedObject)
  15. at System.Web.Script.Serialization.ObjectConverter.ConvertDictionaryToObject(IDictionary`2 dictionary, Type type, JavaScriptSerializer serializer, Boolean throwOnError, Object& convertedObject)
  16. at System.Web.Script.Serialization.ObjectConverter.ConvertObjectToTypeInternal(Object o, Type type, JavaScriptSerializer serializer, Boolean throwOnError, Object& convertedObject)
  17. at System.Web.Script.Serialization.ObjectConverter.ConvertObjectToTypeMain(Object o, Type type, JavaScriptSerializer serializer, Boolean throwOnError, Object& convertedObject)
  18. at System.Web.Script.Serialization.ObjectConverter.AssignToPropertyOrField(Object propertyValue, Object o, String memberName, JavaScriptSerializer serializer, Boolean throwOnError)
  19. at System.Web.Script.Serialization.ObjectConverter.ConvertDictionaryToObject(IDictionary`2 dictionary, Type type, JavaScriptSerializer serializer, Boolean throwOnError, Object& convertedObject)
  20. at System.Web.Script.Serialization.ObjectConverter.ConvertObjectToTypeInternal(Object o, Type type, JavaScriptSerializer serializer, Boolean throwOnError, Object& convertedObject)
  21. at System.Web.Script.Serialization.ObjectConverter.ConvertObjectToTypeMain(Object o, Type type, JavaScriptSerializer serializer, Boolean throwOnError, Object& convertedObject)
  22. at System.Web.Script.Serialization.JavaScriptSerializer.Deserialize(JavaScriptSerializer serializer, String input, Type type, Int32 depthLimit)
  23. at System.Web.Script.Serialization.JavaScriptSerializer.Deserialize[T](String input)
  24. at Kickchen.Managers.ProfilesManager.Load() in C:\Users\jose\Documents\Projects\Kickchen\Kickchen\Managers\ProfilesManager.cs:line 39
  25. at Kickchen.Kernel.LoadSettings() in C:\Users\jose\Documents\Projects\Kickchen\Kickchen\Kernel.cs:line 51
  26. at Kickchen.App.App_Startup(Object sender, StartupEventArgs e) in C:\Users\jose\Documents\Projects\Kickchen\Kickchen.UI.Windows\App.xaml.cs:line 17
  27. at System.Windows.Application.OnStartup(StartupEventArgs e)
  28. at System.Windows.Application.<.ctor>b__1_0(Object unused)
  29. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  30. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  31. at System.Windows.Threading.DispatcherOperation.InvokeImpl()
  32. at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
  33. at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
  34. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  35. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  36. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  37. at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
  38. at System.Windows.Threading.DispatcherOperation.Invoke()
  39. at System.Windows.Threading.Dispatcher.ProcessQueue()
  40. at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  41. at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  42. at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  43. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  44. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  45. at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  46. at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  47. at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
  48. at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
  49. at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
  50. at System.Windows.Application.RunDispatcher(Object ignore)
  51. at System.Windows.Application.RunInternal(Window window)
  52. at System.Windows.Application.Run(Window window)
  53. at System.Windows.Application.Run()
  54. at Kickchen.App.Main() in C:\Users\jose\Documents\Projects\Kickchen\Kickchen.UI.Windows\App.xaml.cs:line 29
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement