Device emulator and BinaryFile

Elrick

Member
Licensed User
Hello! Currently i have no PDA. I've tried to send POST request to my server as it was described in many threads here. All works fine on the desktop and on the friend's device. When i tried to run compiled prog on the Microsoft Device Emulator (WM6 pro) i always get an standard error ("you've got an error... blah-blah-blah... it canot be described becuse something is missing blah-blah-blah". Something like it:) ) somewhere here:
stream.New1(Request.GetStream,True)
stream.WriteBytes(buffer())
when i'm using stream from BinaryFile. Is it normal?
 
Top