Advertisement
Guest User

Untitled

a guest
Feb 17th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.83 KB | None | 0 0
  1. ******************** Exception detail - 2/17/2017 5:37:09 AM - ********************
  2.  
  3. HResult: -2146233079
  4. HelpLink:
  5. Message: Nullable object must have a value.
  6. Source: mscorlib
  7. StackTrace: at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
  8. at MedLaunch.Classes.SettingsVisualHandler.PopulateServers(DataGrid lvServers)
  9. at MedLaunch.MainWindow..ctor()
  10. at MedLaunch.App.ApplicationStart(Object sender, StartupEventArgs e)
  11. at System.Windows.Application.OnStartup(StartupEventArgs e)
  12. at System.Windows.Application.<.ctor>b__1_0(Object unused)
  13. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  14. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  15.  
  16.  
  17.  
  18. ****************************************
  19.  
  20. ******************** Exception detail - 2/17/2017 5:37:09 AM - ********************
  21.  
  22. HResult: -2146233079
  23. HelpLink:
  24. Message: Nullable object must have a value.
  25. Source: mscorlib
  26. StackTrace: at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
  27. at MedLaunch.Classes.SettingsVisualHandler.PopulateServers(DataGrid lvServers)
  28. at MedLaunch.MainWindow..ctor()
  29. at MedLaunch.App.ApplicationStart(Object sender, StartupEventArgs e)
  30. at System.Windows.Application.OnStartup(StartupEventArgs e)
  31. at System.Windows.Application.<.ctor>b__1_0(Object unused)
  32. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  33. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  34. at System.Windows.Threading.DispatcherOperation.InvokeImpl()
  35. at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
  36. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  37. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  38. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  39. at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
  40. at System.Windows.Threading.DispatcherOperation.Invoke()
  41. at System.Windows.Threading.Dispatcher.ProcessQueue()
  42. at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  43. at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  44. at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  45. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  46. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  47. at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  48. at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  49. at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
  50. at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
  51. at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
  52. at System.Windows.Application.RunDispatcher(Object ignore)
  53. at System.Windows.Application.RunInternal(Window window)
  54. at System.Windows.Application.Run(Window window)
  55. at MedLaunch.App.Main()
  56.  
  57.  
  58.  
  59. ****************************************
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement