.NET Compact Framework 2.0 SP1 Released
June 28th, 2006 by admin | No Comments | Filed in .NET, Database, Mobile, SoftwareOk… I know I’m a little late on this.. (released on 6/21/06)
Buttttttttttttt…. Better late than never!!!
We start today testing SP1 with one of our Mobile applications (Medical Courier Elite). I am not expecting any issues, we will see.
Some additions / bug fixes that caught my attention… For one reason or another….
- Included LogViewer tools to monitor network traffic.
- For the HttpWebRequest method, an ArgumentOutOfRangeException occurs when accessing some https:// URLs.
- Timer breaks after GetTickCount wraps around (49.7 days). (WHO IN THE WORLD FOUND THIS ONE)
- Error occurs when loading the .NET Compact Framework version 2.0 on a device using an ActiveSync push.
(Imagine that… there is a problem and it is concerning Active Sync) - Installer should check for ActiveSync version and disable deployment if version is older than ActiveSync 4.0 build 4343.
- For the SerialPort class,an uncatchable exception occurs when Bluetooth is turned off.
- Installation of the .NET Compact Framework fails on low memory devices.
- The Debug.WriteLine method in the .NET Compact framework version 2.0 is not working.
- ARMV4I runtime should be removed from ARMV4 Pocket PC CAB to reduce the size of the CAB.
- The DateTime.Now method throws an ArgumentOutOfRangeException.
- Crash caused by using CurrentTimeZone.GetDaylightTime and CurrentTimeZone.GetStandardTime in certain rare stress conditions.