2009-06-15 69 views
0

用戶退出CMD全屏模式後,WPF應用程序崩潰。 我沒有任何想法解決它,這裏是例外:用戶退出CMD全屏模式後,WPF應用程序崩潰


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

您能否提供足夠的資源來重新解決問題?如果你這樣做,我們可以幫助你更好。 – Rap 2009-06-15 02:41:04

+0

對不起,我不能提供所有的應用程序源代碼,我不知道哪個代碼使這個問題... – 2009-06-15 02:54:14

回答

1

這被固定在.NET 3.5 SP1我相信 - 確保你擁有所有最新的更新和Windows更新與安裝任何東西。淨。

相關問題