I¡¯m developing an application for Pocket Pc in C#. I use the visual studio 2005 pocket pc emulator
I am trying to do a Http Post using HttpWebRequest but I get a Protocol Violation Exception when I read the response of the server with HttpWebResponse.
The ProtocolViolationException says:
"System.Net.ProtocolViolationException: the response for this request cannot be retrieved until request data has been written"
Is strange because when I execute my app like a windows form in my PC there is no problem, but when I try my app in the emulator device I get the Protocol Violation Exception.
Thank you,