.NET Hotfix Rollups for June
Jeff here from the Windows SDK Team. Just a quick blog with a few .NET Hotfix rollup articles today.
Issue 1
Assume that you use a Windows Presentation Foundation (WPF) application that has touch/stylus input. When the Windows is activated, you click a button. However, the button is not successfully clicked. If you are a developer, you cannot see the click event that should be raised for the button. If you are a general user, you cannot see the click action graphics, and no action that is associated with the button occurs.
Issue 2
Assume that you are running a Windows Forms application. When the application disposes a System.Windows.Forms.MonthCalendar control in certain cases, the following InvalidOperationException exception will be thrown: Operation is not valid due to the current state of the object.
Issue 1
When you insert a 4-byte character by using an Input Method Editor (IME) in a Windows Presentation Foundation (WPF) text box, a crash occurs.
/Jeff
Follow us on Twitter, www.twitter.com/WindowsSDK.