.NET CF 1.0 SP2 (re-release) available
I just received this e-mail:
Dear Beta Tester,
Thank you for participating in the Beta Test program for Microsoft .NET Compact Framework 1.0 SP2. We are pleased to announce that .NET Compact Framework 1.0 SP2 will be available for download today.
Downloads available at:
..NET Compact Framework 1.0 SP2 Redistributable (Re-release) http://www.microsoft.com/downloads/details.aspx?FamilyId=359EA6DA-FC5D-41CC-AC04-7BB50A134556&displaylang=en
..NET Compact Framework 1.0 SP2 Developer Redistributable (Re-release) http://www.microsoft.com/downloads/details.aspx?FamilyId=10600643-09B3-46D8-BA28-BC494BC20D26&displaylang=en
UPDATE: 1) sorry about the multiple posts, not sure how I fat-fingered that one. 2) Downloads are active
Here's the fix list:
Performance & Other Improvements List:
- Improved performance of many data tasks, including populating DataSets, searching DataTables, DataSet.ReadXml() method when a schema is used, finding and indexing operations, setting DataSet.EnableConstraints property
- Improved resource loading performance
- Minor GUI performance improvements
- Extend keyboard events to be enabled on all controls (Control.KeyUp, KeyDown, KeyPress)
- Added support for ForeColor &/or BackColor for Button, Checkbox, ComboBox, DomainUpDown, Label, Listbox, ListView, NumericUpDown, RadioButton, Trackbar, TreeView
- Added support for new Smartphone languages: Finnish, Czech, Romanian, Slovakian, Norwegian, Hungarian, Polish, Turkish, Russian
- Improved Control.Enabled and Control.Parent property changing performance
- Support menu hotkeys on Pocket PC
- Support raising context menus from assigned hardware key, Pocket PC
- Tab support for Pocket PC based on Z-Order
- XmlTextReader performance improvements
Defect Fix List:
- Fixed crash when SQLClient or SQLServerCe is installed.
- DataRowCollection.Find() method throws wrong exception
- Fixed erroneous parsing of HttpWebRequest response stream
- Form does not get the focus when all controls are removed from the form
- InputPanel Button disappears from MainMenu on Pocket PC 2002
- InputPanel's EnabledChanged Event fires inspite of setting the enabled property to the same value.
- IrDAClient.DiscoverDevices device names garbled
- Memory leak in the NumericUpDown, DomainUpDown, ComboBox and TextBox controls
- Native Exception occurs when using the get accessor for Control.Capture
- Navigation bar flickers when new form is being loaded.
- ObjectDisposedException occurs when DataBinding a control to a form shown via Show()
- OK button eventually goes away when re-using recycled form for ShowDialog()
- Setting the InputPanel.Enabled property when the form is closing throws an exception
- SIP button does not go away when the toolbar control is removed from a form that does not have a menu
- The Focus method does not work correctly for the NumericUpDown and DomainUpDown controls
- The Text property of a ListView column is reset to “” when removing the column from the ListView and then adding it back.
- ContextMenu: Fixed TreeView issues on Pocket PC 2003
- ContextMenu: Fixed side effects on controls like Scrollbar and Label
- ContextMenu: erroneous functionality when bound to ListBox
- ContextMenu: Showing a context menu on Pocket PC for a textbox unselects the selected text in the textbox
- ContextMenu: Empty ContextMenu on Pocket PC should not pop up
- Web services: After repeatedly canceling asynchronous web request, all web service calls fail
- conversion of 0.0F to a string and results in a memory leak
- Web services: An XmlException is thrown when deserializing a qualified name that has no prefix and there is no default namespace defined
- Web services: Incorrect handling of null headers in SOAP message
-Nino