Guest User

Untitled

a guest
Feb 9th, 2015
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.08 KB | None | 0 0
  1. -------------- Message --------------
  2. Int32Converter não pode ser convertido de (nulo).
  3. -------------- Stack trace --------------
  4. em GrfToWpfBridge.Application.DefaultErrorHandler._reportAnyManagedExceptions(String message, Exception exception, ErrorLevel errorLevel)
  5. em GrfToWpfBridge.Application.DefaultErrorHandler.Handle(Exception exception, ErrorLevel errorLevel)
  6. em SDE.Tools.DatabaseEditor.Generic.TabsMakerCore.GDbTabWrapper`2.ReplaceFromFile()
  7. em SDE.Tools.DatabaseEditor.SdeEditor.<_menuItemReplaceFromFile_Click>b__11f(GDbTab v)
  8. em SDE.Tools.DatabaseEditor.SdeEditor._execute(Action`1 func)
  9. em SDE.Tools.DatabaseEditor.SdeEditor._menuItemReplaceFromFile_Click(Object sender, RoutedEventArgs e)
  10. em System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
  11. em System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  12. em System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
  13. em System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
  14. em System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
  15. em System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  16. em MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
  17. em System.Windows.Threading.DispatcherOperation.InvokeImpl()
  18. em System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
  19. em System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  20. em System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  21. em System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  22. em System.Windows.Threading.DispatcherOperation.Invoke()
  23. em System.Windows.Threading.Dispatcher.ProcessQueue()
  24. em System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  25. em MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  26. em MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  27. em System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  28. em MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
  29. em System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  30. em MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  31. em MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
  32. em System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
  33. em System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
  34. em System.Windows.Threading.Dispatcher.Run()
  35. em System.Windows.Application.RunDispatcher(Object ignore)
  36. em System.Windows.Application.RunInternal(Window window)
  37. em System.Windows.Application.Run(Window window)
  38. em SDE.GRFEditorMain.Main(String[] args)
  39.  
  40. -------------- Exception --------------
  41. System.NotSupportedException: Int32Converter não pode ser convertido de (nulo).
  42. em System.ComponentModel.TypeConverter.GetConvertFromException(Object value)
  43. em System.ComponentModel.TypeConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
  44. em System.ComponentModel.BaseNumberConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
  45. em SDE.Tools.DatabaseEditor.Generic.DbLoaders.DbLoaderMethods._loadData[T](AbstractDb`1 db, String file, DbAttribute attribute, Boolean allowCutLine)
  46. em SDE.Tools.DatabaseEditor.Generic.TabsMakerCore.GDbTabWrapper`2.ReplaceFromFile()
Advertisement
Add Comment
Please, Sign In to add comment