View Single Post
  #1 (permalink)  
Old 06-11-2008, 12:15 PM
miataman miataman is offline
Junior Member
 
Join Date: Apr 2008
Location: France
Posts: 16
Default HTTP POST error message

Hi,
My program on the device display error during the request http :
"An error message cannot
be displayed because an
optional resource assembly
containing it cannot be
found
Continue?"


(On the desktop it's OK no display error).

My device under framework 2
My project included objects ->
Request:Webrequest
Response:Webresponse

my code :

Response.new1
Request.new1("http://wwwmyserver.com/upload.php?lat="&lat)
Response.value=Request.Getresponse
Res=Response.GetString
Response.close

thanks for help !
stef
Reply With Quote