The Microsoft .NET Compact Framework 1.0 SP2 Developer Redistributable includes the latest .NET Compact Framework 1.0 SP2 CAB files for all supported processor types. On othe Microsoft releases, here is the Developer Power Toys for the Windows Mobile platform and the Windows CE Utilities for Visual Studio .NET 2003 add-on pack which enables Visual Studio to connect to devices running Windows CE 4.1 and later.
After upgrading to SP2 runtime for Symbol PPT2800_2002 device, the pocket pc program can not resolve host name any more in the following codes:
Request = (HttpWebRequest)WebRequest.Create(szHostName);
stream = new BinaryReader(Request.GetResponse().GetResponseStream());