PC Review


Reply
Thread Tools Rate Thread

ANN: .NET Compact Framework SP2

 
 
Neil Cowburn [MVP]
Guest
Posts: n/a
 
      19th Sep 2003
You can now download the .NET Compact Framework SP2 from
http://www.microsoft.com/downloads/d...displaylang=en.
Below are the release notes:
Additional Information
..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
- 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:
- 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

Release Notes:
SP2 provides fixes for the aforementioned defects. This service pack does
not introduce any API changes.


 
Reply With Quote
 
 
 
 
Dan Ardelean
Guest
Posts: n/a
 
      19th Sep 2003

No more window title flickering while loading the form!

Ole!
 
Reply With Quote
 
chris-s
Guest
Posts: n/a
 
      19th Sep 2003
Great, nice lot of fixes, just got to download a 12 meg file on a 56K dialup
connection!

Chris.


"Neil Cowburn [MVP]" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> You can now download the .NET Compact Framework SP2 from
>

http://www.microsoft.com/downloads/d...643-09b3-46d8-
ba28-bc494bc20d26&displaylang=en.
> Below are the release notes:
> Additional Information
> .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
> - 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:
> - 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
>
> Release Notes:
> SP2 provides fixes for the aforementioned defects. This service pack does
> not introduce any API changes.
>
>



 
Reply With Quote
 
Asheesh
Guest
Posts: n/a
 
      19th Sep 2003
Can I use this SP2 for deploying my .NET CF application on to a pocket
device or would there be another application deployed redistributable?

This is intended purely for developers, and not for distribution along with
the application, right?

Regards,
Asheesh
"chris-s" <chris-(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Great, nice lot of fixes, just got to download a 12 meg file on a 56K

dialup
> connection!
>
> Chris.
>
>
> "Neil Cowburn [MVP]" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > You can now download the .NET Compact Framework SP2 from
> >

>

http://www.microsoft.com/downloads/d...643-09b3-46d8-
> ba28-bc494bc20d26&displaylang=en.
> > Below are the release notes:
> > Additional Information
> > .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
> > - 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:
> > - 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
> >
> > Release Notes:
> > SP2 provides fixes for the aforementioned defects. This service pack

does
> > not introduce any API changes.
> >
> >

>
>



 
Reply With Quote
 
Peter Foot [MVP]
Guest
Posts: n/a
 
      19th Sep 2003
Actually both - the developer package is so called because it contains
versions for all devices and emulators. For a pocket PC device you can
distribute the appropriate cab version with your applications e.g.
netcf.core.ppc3.ARM.cab

Peter

--
Peter Foot
Windows Embedded MVP

www.inthehand.com | www.opennetcf.org

"Asheesh" <(E-Mail Removed)> wrote in message
news:u5p$(E-Mail Removed)...
> Can I use this SP2 for deploying my .NET CF application on to a pocket
> device or would there be another application deployed redistributable?
>
> This is intended purely for developers, and not for distribution along

with
> the application, right?
>
> Regards,
> Asheesh
> "chris-s" <chris-(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
> > Great, nice lot of fixes, just got to download a 12 meg file on a 56K

> dialup
> > connection!
> >
> > Chris.
> >
> >
> > "Neil Cowburn [MVP]" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> > > You can now download the .NET Compact Framework SP2 from
> > >

> >

>

http://www.microsoft.com/downloads/d...643-09b3-46d8-
> > ba28-bc494bc20d26&displaylang=en.
> > > Below are the release notes:
> > > Additional Information
> > > .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
> > > - 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:
> > > - 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
> > >
> > > Release Notes:
> > > SP2 provides fixes for the aforementioned defects. This service pack

> does
> > > not introduce any API changes.
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
Asheesh
Guest
Posts: n/a
 
      19th Sep 2003
Thanks a lot Peter. But this SP2.0 would definitely have a change in it
Win32 version number. I know it should be, just trying to reconfirm.

Regards,
Asheesh
"Peter Foot [MVP]" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Actually both - the developer package is so called because it contains
> versions for all devices and emulators. For a pocket PC device you can
> distribute the appropriate cab version with your applications e.g.
> netcf.core.ppc3.ARM.cab
>
> Peter
>
> --
> Peter Foot
> Windows Embedded MVP
>
> www.inthehand.com | www.opennetcf.org
>
> "Asheesh" <(E-Mail Removed)> wrote in message
> news:u5p$(E-Mail Removed)...
> > Can I use this SP2 for deploying my .NET CF application on to a pocket
> > device or would there be another application deployed redistributable?
> >
> > This is intended purely for developers, and not for distribution along

> with
> > the application, right?
> >
> > Regards,
> > Asheesh
> > "chris-s" <chris-(E-Mail Removed)> wrote in message
> > news:%(E-Mail Removed)...
> > > Great, nice lot of fixes, just got to download a 12 meg file on a 56K

> > dialup
> > > connection!
> > >
> > > Chris.
> > >
> > >
> > > "Neil Cowburn [MVP]" <(E-Mail Removed)> wrote in message
> > > news:(E-Mail Removed)...
> > > > You can now download the .NET Compact Framework SP2 from
> > > >
> > >

> >

>

http://www.microsoft.com/downloads/d...643-09b3-46d8-
> > > ba28-bc494bc20d26&displaylang=en.
> > > > Below are the release notes:
> > > > Additional Information
> > > > .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
> > > > - 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:
> > > > - 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
> > > >
> > > > Release Notes:
> > > > SP2 provides fixes for the aforementioned defects. This service pack

> > does
> > > > not introduce any API changes.
> > > >
> > > >
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
Kenanm
Guest
Posts: n/a
 
      19th Sep 2003

How can I assign a hardware key to my ContextMenu?

>- Support raising context menus from assigned hardware

key, Pocket PC

 
Reply With Quote
 
Alex Chan
Guest
Posts: n/a
 
      19th Sep 2003
Hi All,

Applying SP2 will cover all the fix and improvement of SP1 also?

Regards,

Alex

"Kenanm" <(E-Mail Removed)> wrote in message
news:0e3101c37e9e$ebea9de0$(E-Mail Removed)...
>
> How can I assign a hardware key to my ContextMenu?
>
> >- Support raising context menus from assigned hardware

> key, Pocket PC
>



 
Reply With Quote
 
PeterB
Guest
Posts: n/a
 
      19th Sep 2003
Just wanna make sure:

SP1 is included in VS .NET 2003 right? If not, will all fixes be added that
was in SP1 with the new SP2?

br,

Peter


"Neil Cowburn [MVP]" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> You can now download the .NET Compact Framework SP2 from
>

http://www.microsoft.com/downloads/d...displaylang=en.
> Below are the release notes:
> Additional Information
> .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
> - 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:
> - 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
>
> Release Notes:
> SP2 provides fixes for the aforementioned defects. This service pack does
> not introduce any API changes.
>
>



 
Reply With Quote
 
Michel Renaud
Guest
Posts: n/a
 
      19th Sep 2003
>-----Original Message-----
>You can now download the .NET Compact Framework SP2 from


Am I correct if I say this update does nothing on the PC
side of things? i.e. VS.Net 2003 knows nothing about the
new properties, for example?
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Any suggestion for directory layout of project support both Full.NET Framework and Compact Framework? ping235 Microsoft C# .NET 0 24th May 2007 03:22 AM
Any suggestion for directory layout of project support both Full.NET Framework and Compact Framework? ping235 Microsoft Dot NET Framework 2 22nd May 2007 02:35 AM
.Net compact Framework throwing formatException which 'normal' framework doesn't John Haxton Microsoft Dot NET Framework 0 20th Apr 2004 02:47 PM
Building a SOAP Message (in Compact Framework) [REPLYING FROM microsoft.public.dotnet.framework] news.microsoft.com Microsoft Dot NET Compact Framework 1 2nd Apr 2004 10:14 PM
Building a SOAP Message (in Compact Framework) [REPLYING FROM microsoft.public.dotnet.framework] news.microsoft.com Microsoft Dot NET Framework 0 16th Mar 2004 04:54 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:05 AM.