Ich hab beim Saisonplaner meine Probleme. Ich kann die DB mit "neuem Plan" öffnen, er konvertiert alles. Unter "mein Team" funktioniert alles, wenn ich anschliessend auf "Saison Planer" klicke erscheinen zwei Fehlermeldungen:
an error occured Der Objektverweis wurde nicht auf eine Objektinstanz gelegt
"Visibility" kann nicht auf "Visible" festgelegt und "Show", "ShowDialog" oder "Close" können nicht aufgerufen werden, während das Fenster geschlossen wird
anschliessend schliesst sich er Planer.
Hier noch der Inhalt der Error-Datei:
----An error occured----
"Visibility" kann nicht auf "Visible" festgelegt und "Show", "ShowDialog" oder "Close" können nicht aufgerufen werden, während das Fenster geschlossen wird.
----Stacktrace----
bei System.Windows.Window.VerifyNotClosing()
bei System.Windows.Window.InternalClose(Boolean shutdown, Boolean ignoreCancel)
bei PCM_SeasonPlaner.App.App_DispatcherUnhandledException(Object sender, DispatcherUnhandledExceptionEventArgs e)
bei System.Windows.Threading.Dispatcher.CatchException(Exception e)
bei System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
bei System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Boolean isSingleParameter)
bei MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
bei MS.Win32.UnsafeNativeMethods.MessageBox(HandleRef hWnd, String text, String caption, Int32 type)
bei System.Windows.MessageBox.ShowCore(IntPtr owner, String messageBoxText, String caption, MessageBoxButton button, MessageBoxImage icon, MessageBoxResult defaultResult, MessageBoxOptions options)
bei System.Windows.MessageBox.Show(String messageBoxText, String caption)
bei PCM_SeasonPlaner.App.App_DispatcherUnhandledException(Object sender, DispatcherUnhandledExceptionEventArgs e)
bei System.Windows.Threading.Dispatcher.CatchException(Exception e)
bei System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
bei System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Boolean isSingleParameter)
bei MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
bei MS.Win32.UnsafeNativeMethods.UnsafeSendMessage(IntPtr hWnd, Int32 msg, IntPtr wParam, IntPtr lParam)
bei System.Windows.Window.InternalClose(Boolean shutdown, Boolean ignoreCancel)
bei PCM_SeasonPlaner.App.App_DispatcherUnhandledException(Object sender, DispatcherUnhandledExceptionEventArgs e)
bei System.Windows.Threading.Dispatcher.CatchException(Exception e)
bei System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
bei System.Windows.Threading.DispatcherOperation.InvokeImpl()
bei System.Threading.ExecutionContext.runTryCode(Object userData)
bei System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
bei System.Windows.Threading.DispatcherOperation.Invoke()
bei System.Windows.Threading.Dispatcher.ProcessQueue()
bei System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
bei MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
bei MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
bei System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
bei System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)