A
Anthony P.
Hello Everyone,
I'm trying to send a GET request via a WebClient object. Here is the
code I'm using to do that:
Dim submitURL = "http://" & frmMain.txtNetworkServer.Text _
& "/tweetfree/server.php?key=" &
frmMain.txtNetworkKey.Text _
& "&tweet=" & dataFromClient
Dim oWebClient As System.Net.WebClient = New
System.Net.WebClient()
Dim sResult As String = oWebClient.DownloadString
(submiturl)
But, whenever my application hits that block of code, I get this
error:
http://img154.imageshack.us/i/screenshotvki.jpg/
I've spent the last few hours googling and can't seem to find the
answer. Any idea what this might mean? And, how do I fix it?
Thanks,
Anthony Papillion
I'm trying to send a GET request via a WebClient object. Here is the
code I'm using to do that:
Dim submitURL = "http://" & frmMain.txtNetworkServer.Text _
& "/tweetfree/server.php?key=" &
frmMain.txtNetworkKey.Text _
& "&tweet=" & dataFromClient
Dim oWebClient As System.Net.WebClient = New
System.Net.WebClient()
Dim sResult As String = oWebClient.DownloadString
(submiturl)
But, whenever my application hits that block of code, I get this
error:
http://img154.imageshack.us/i/screenshotvki.jpg/
I've spent the last few hours googling and can't seem to find the
answer. Any idea what this might mean? And, how do I fix it?
Thanks,
Anthony Papillion