Visual Basic Code , VB.NET Code, VB Code
  Home   :  Code   :  Forums   :  Submit   :  Mailing List   :  About   :  Contact


I am getting ASP problem


I am getting ASP problem

Author
Message
khan
khan
Forum God
Forum God (959 reputation)Forum God (959 reputation)Forum God (959 reputation)Forum God (959 reputation)Forum God (959 reputation)Forum God (959 reputation)Forum God (959 reputation)Forum God (959 reputation)Forum God (959 reputation)

Group: Forum Members
Posts: 3, Visits: 1
I am working in with PHP, BUT, in ASP I get

the following error. Please help!



Microsoft Vb Script compilation error '800a0401'



Expected end of statement



/join_process.asp, line 54



Dim httpRequest As System.Net.HttpWebRequest =

CType(System.Net.WebRequest.Create("http://protectwebform.com/verify/1545_mfkj0t9db3h5_"

+ Request.UserHostAddress + "/" + Request.Form("protectwebformcode") +

"/"), System.Net.HttpWebRequest)

irs tax liens

affordable hosting

MaslowB
MaslowB
Forum God
Forum God (9.5K reputation)Forum God (9.5K reputation)Forum God (9.5K reputation)Forum God (9.5K reputation)Forum God (9.5K reputation)Forum God (9.5K reputation)Forum God (9.5K reputation)Forum God (9.5K reputation)Forum God (9.5K reputation)

Group: Forum Members
Posts: 55, Visits: 63
you need a _ at the end of any run-on lines



Vb expects all statement to be a single line or have a _ at the end to let it know this code takes should also use the line below it.





Dim httpRequest As System.Net.HttpWebRequest = _

CType(System.Net.WebRequest.Create("http://protectwebform.com/verify/1545_mfkj0t9db3h5_" _

+ Request.UserHostAddress + "/" + Request.Form("protectwebformcode") _

+ "/"), System.Net.HttpWebRequest)



Vb.net 2005, Teradata, Sql Server 2005, mainframe automation
Edited
1/2/2009 by MaslowB
GO


Similar Topics


Reading This Topic


Login
Existing Account
Email Address:


Password:


Social Logins

Select a Forum....

















A1VBCode Forums


Search