hamtarin
|
Postado em: 23/08/14 20:36 |
|
Aqui tá acontecendo a mesma coisa....
Alguém conseguiu resolver por aqui??? Ajuda a galera ae!!!
se for de ajuda no erro diz:
MagicExceptionType: MagicException
Message: Sorry, an unexpected error has occurred.
ActionToTake: The application will now close.
ExtraDetails:
InternalDetails: Unexpected error - see inner exception
em Shiny.App.Dispatcher_UnhandledException(Object sender, DispatcherUnhandledExceptionEventArgs e)
em System.Windows.Threading.Dispatcher.CatchException(Exception e)
em System.Windows.Threading.Dispatcher.CatchExceptionStatic(Object source, Exception e)
em System.Windows.Threading.ExceptionWrapper.CatchException(Object source, Exception e, Delegate catchHandler)
em MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
em System.Windows.Threading.DispatcherOperation.InvokeImpl()
em System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
em System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
em System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
em System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
em System.Windows.Threading.DispatcherOperation.Invoke()
em System.Windows.Threading.Dispatcher.ProcessQueue()
em System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
em MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
em MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
em System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
em MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
em System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
em MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
em MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
em System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
em System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
em System.Windows.Threading.Dispatcher.Run()
em System.Windows.Application.RunDispatcher(Object ignore)
em System.Windows.Application.RunInternal(Window window)
em System.Windows.Application.Run(Window window)
em Shiny.App.Main()
Inner exception:System.ArgumentNullException: Valor não pode ser nulo.
Nome do parâmetro: source
em System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)
em Shiny.CardManager.ViewModels.TradeCollectionSorterViewModel.RemoveCardVisual(DetailsViewModel card, ICardSlot slot, ICardSorterViewModel destination, Boolean preventSlotCollapse)
em Shiny.CardManager.ViewModels.LayoutViewModel.MoveFrom(ILayoutViewModel source, IEnumerable`1 cards, Boolean addOnly)
em Shiny.Trade.ViewModels.ActiveTradeViewModel.MoveCards(Object sender, LayoutViewModel moveFrom, LayoutViewModel moveTo, Int32 quantity)
em Shiny.Trade.ViewModels.ActiveTradeViewModel.ReceiveCardExecute(Object sender)
em Shiny.Core.RelayCommand`1.Execute(Object parameter)
em MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
em System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
em System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
em MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
em System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)
em Shiny.CardManager.ViewModels.TradeCollectionSorterViewModel.RemoveCardVisual(DetailsViewModel card, ICardSlot slot, ICardSorterViewModel destination, Boolean preventSlotCollapse)
em Shiny.CardManager.ViewModels.LayoutViewModel.MoveFrom(ILayoutViewModel source, IEnumerable`1 cards, Boolean addOnly)
em Shiny.Trade.ViewModels.ActiveTradeViewModel.MoveCards(Object sender, LayoutViewModel moveFrom, LayoutViewModel moveTo, Int32 quantity)
em Shiny.Trade.ViewModels.ActiveTradeViewModel.ReceiveCardExecute(Object sender)
em Shiny.Core.RelayCommand`1.Execute(Object parameter)
em MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
em System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
em System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
em MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
|