Quantcast
Channel: Windows Presentation Foundation (WPF) forum
Viewing all articles
Browse latest Browse all 18858

WPF app with resize property will crash in Windows 8 OS (0x88980406 )

$
0
0

Dear All

Can you help to analysis this issue?

WPF app with resize property will crash in Windows 8 OS (0x88980406 )

<<Reproduce Step >>

  1. Create a Dialog based WPF application with VS2010.
  2. Mainwindow.xaml <Window> section ResizeMode property with the value of “CanResizeWithGrip or CanResize or CanMinimize”. Set as “NoResize” value will be OK.
  3. Mouse move focus to some control, such as check box/list box etc.
  4. Press Win+D to minimize the dialog UI.
  5. Press Win+D again to restore the dialog UI to desktop. Then the abnormal will be occurred.

<<Coding>>

<Window x:Class="WPF_ResizeMode_Abnormal.MainWindow" ResizeMode="CanResizeWithGrip" ></Window>

<<Notes>>

  1. This issue cannot be reproduced on Windows7 OS.
  2. This issue cannot be reproduced, if ResizeMode property with value NoResize.
  3. This issue can be reproduced with or without ZDP and latest patch files.
  4. This issue can be reproduced on most of TOSHBIA PCs, NOT all the PCs. If one PC can be reproduced once, it can be reproduced every time.
  5. There are many discussion for the HRESULT error code 0x88980406 without solution.
    1. http://connect.microsoft.com/VisualStudio/feedback/details/500410/wpf-crashes-with-error-hresult-0x88980406
    2. http://connect.microsoft.com/VisualStudio/feedback/details/674249/wpf-renderer-thread-exited-with-codes-0x88980406-0x88980403


Guo



Viewing all articles
Browse latest Browse all 18858

Trending Articles