2009-06-15 7 views
0

WPF-Anwendung ist nach dem Beenden des Benutzers von CMD Vollbildmodus abgestürzt. Ich habe keine Ahnung, es zu beheben, ist hier die Ausnahme:WPF-Anwendung ist nach dem Beenden des Benutzers von CMD Vollbildmodus abgestürzt


e.Exception 
{"An unspecified error occurred on the render thread."} 
    [System.InvalidOperationException]: {"An unspecified error occurred on the render thread."} 
    _className: null 
    _data: {System.Collections.ListDictionaryInternal} 
    _dynamicMethods: null 
    _exceptionMethod: null 
    _exceptionMethodString: null 
    _helpURL: null 
    _HResult: -2146233079 
    _innerException: null 
    _message: "An unspecified error occurred on the render thread." 
    _remoteStackIndex: 0 
    _remoteStackTraceString: null 
    _source: "PresentationCore" 
    _stackTrace: {sbyte[192]} 
    _stackTraceString: null 
    _xcode: -532459699 
    _xptrs: 0 
    Data: {System.Collections.ListDictionaryInternal} 
    HelpLink: null 
    HResult: -2146233079 
    InnerException: null 
    IsTransient: false 
    Message: "An unspecified error occurred on the render thread." 
    Source: "PresentationCore" 
    StackTrace: " 
at System.Windows.Media.MediaContext.NotifyPartitionIsZombie(Int32 failureCode)\r\n 
at System.Windows.Media.MediaContext.NotifyChannelMessage()\r\n 
at System.Windows.Interop.HwndTarget.HandleMessage(Int32 msg, IntPtr wparam, IntPtr lparam)\r\n 
at System.Windows.Interop.HwndSource.HwndTargetFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)\r\n 
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)\r\n 
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)\r\n at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)\r\n 
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)" 
    TargetSite: {Void NotifyPartitionIsZombie(Int32)} 

+0

Können Sie uns genügend Quelle zur Verfügung stellen, um das Problem neu zu erstellen? Wir können Ihnen besser helfen, wenn Sie es tun. – Rap

+0

Es tut mir leid, ich kann nicht alle Anwendung Quellcode zur Verfügung stellen, und ich weiß nicht, welcher Code dieses Problem gemacht ... –

Antwort

1

Dies wurde .NET 3.5 SP1 behoben in Ich glaube - stellen Sie sicher, Sie alle aktuellen Updates und installieren alles in Windows Update haben im Zusammenhang mit .NETZ.

+0

Vielen Dank für Ihre Antwort. Unsere Maschine hat .NET 3.5 SP1 bereits installiert. Wir überprüfen nicht alle Updates in Bezug auf .NET. Weißt du, welches Update das beheben wird? –

+0

http://support.microsoft.com/kb/967634 –