Hi,
i get errors when reading a stream from httpwebrequest on a HP ipaq pocket
pc. Framework 1.0 SP2
The same code runs sucessfully without errors on the 2003 pocket pc emulator
and on windows xp.
I have installed system.dr.dll to get the this detail error information,
before i got "could not find resource assembly".
Any ideas why ?
Thanks
Thomas
Here is the code:
HttpWebRequest webreq = (HttpWebRequest)WebRequest.Create(queryString);
HttpWebResponse webresp = (HttpWebResponse)webreq.GetResponse();
string ret= strm.ReadLine();
Exception: The chunk length was not valid
Morten Wennevik - 20 Dec 2004 12:07 GMT
Hi Thomas,
I suggest you do a search on google for this error message.
I can't really tell you what solution will work for you but
it looks like a simple service pack upgrade might fix it.

Signature
Happy Coding!
Morten Wennevik [C# MVP]