CF SP2

  • Thread starter Thread starter Elmer Miller
  • Start date Start date
E

Elmer Miller

Do any of you have any information about CF SP2?

Estimated release date?
Fixes/changes included?

I am doing some development on a project and am trying to decide if I should
spend the time to work around the problems or wait for SP2 and hope the
problems are fixed.
Any info would be appreciated. Thanks.
 
Hi Elmer,

There was a recent posting inviting members of this list
to participate in the beta of SP2 at:

http://groups.google.com/groups?
q=ANN+SP2+group:microsoft.public.dotnet.framework.compactfr
amework&hl=en&lr=&ie=UTF-
8&group=microsoft.public.dotnet.framework.compactframework&
selm=uz9J3I%24nDHA.2272%40tk2msftngp13.phx.gbl&rnum=3

There's also a list of fixes/updates in SP2 that appeared
on this list a while back, but I can't remember them all -
try searching this list using Google.

Cheers

Vince
 
Here are some details on what is in the current beta of SP2:

..NET Compact Framework 1.0 Service Pack 2 details:

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,
SqlDataReader
- Improved resource loading performance
- 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:
- 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
- Handling of empty XML elements and 'nil' attribute fixed for
DataSet.ReadXml()
- 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 messages

cheers jonathan
--
Jonathan Wells
Product Manager
..NET Compact Framework
Check out the .NET Compact Framework FAQ at:
http://msdn.microsoft.com/mobility/prodtechinfo/devtools/netcf/FAQ/default.aspx

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Jonathan Wells said:
- Extend keyboard events to be enabled on all controls (Control.KeyUp,
KeyDown, KeyPress)

is it too late to ask the same for click events?

if so, can we at least get the screwy behavior of SelectedIndexChanged on
bound listboxes fixed?
 
Yes, sometime before the end of the year. I know this is not a concrete date
(obviously) but it's not too far away.
 
that's great news.

Do you know if there is built-in support for sending DIME attachments to a
webservice in service pack 2?

thanks.
 
Hi Mark,

SP2 will not have built-in support for DIME. There was an article by Casey
Chesnut floating around a while back, in which he had DIME working on the
..NET Compact Framework. I have been trying to locate it for you but the site
where it was hosted appears to be down.

Maybe someone here has a copy or knows where it is now.

j
--
Jonathan Wells
Product Manager
..NET Compact Framework
Check out the .NET Compact Framework FAQ at:
http://msdn.microsoft.com/mobility/prodtechinfo/devtools/netcf/FAQ/default.aspx

This posting is provided "AS IS" with no warranties, and confers no rights.
 
I have it. Luckily he heard I was looking for it and e-mailed it to me. I
was just checking to see if this was going to be built-in to the framework
in future versions.
Thanks.
 
Too bad. It would have been nice to get the mouse events too. I wonder if
the documentation will be updated to indicate that the mouse events are NOT
supported for the treeview. Currently the docs indicate that it should be
supported.
 
Back
Top