Click here to Skip to main content
15,892,674 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralDeserved reply, and sincere apology... Pin
BOREC13-Dec-07 12:58
BOREC13-Dec-07 12:58 
GeneralCODE Pin
BOREC13-Dec-07 9:40
BOREC13-Dec-07 9:40 
GeneralRe: CODE Pin
Christian Graus13-Dec-07 11:30
protectorChristian Graus13-Dec-07 11:30 
GeneralCODE Pin
BOREC13-Dec-07 13:12
BOREC13-Dec-07 13:12 
GeneralRe: CODE Pin
Christian Graus13-Dec-07 13:22
protectorChristian Graus13-Dec-07 13:22 
GeneralFOUND CODE Pin
BOREC13-Dec-07 13:57
BOREC13-Dec-07 13:57 
GeneralRe: FOUND CODE Pin
Christian Graus13-Dec-07 16:12
protectorChristian Graus13-Dec-07 16:12 
QuestionWeb Exception ! Pin
AliAmjad13-Dec-07 6:51
AliAmjad13-Dec-07 6:51 
I'm getting an unusual error message may be I'm wrong here is the error can anyone please tell me how to resolve it:

The server committed a protocol violation. Section=ResponseHeader Detail=CR must be followed by LF

And here is the code that raised this error:
Dim wr As HttpWebRequest
Dim wrs As HttpWebResponse

wr = HttpWebRequest.Create("http://www.google.com/")
wr.Method = "HEAD"
wrs = wr.GetResponse()
MsgBox(wrs.Headers.ToString())



AliAmjad(MCP)


First make it Run THEN make it Run Fast!

GeneralRe: Web Exception ! Pin
Dave Kreskowiak13-Dec-07 7:16
mveDave Kreskowiak13-Dec-07 7:16 
GeneralRe: Web Exception ! Pin
AliAmjad13-Dec-07 8:04
AliAmjad13-Dec-07 8:04 
GeneralRe: Web Exception ! Pin
Dave Kreskowiak13-Dec-07 8:19
mveDave Kreskowiak13-Dec-07 8:19 
QuestionHow Send email with VB 2005 ? Pin
Orlando_Herrera13-Dec-07 6:02
Orlando_Herrera13-Dec-07 6:02 
AnswerRe: How Send email with VB 2005 ? Pin
Dave Kreskowiak13-Dec-07 6:56
mveDave Kreskowiak13-Dec-07 6:56 
QuestionUnable to load dll on computers which do not have Visual Studio installed Pin
Member 408492813-Dec-07 5:35
Member 408492813-Dec-07 5:35 
GeneralRe: Unable to load dll on computers which do not have Visual Studio installed Pin
Dave Kreskowiak13-Dec-07 6:53
mveDave Kreskowiak13-Dec-07 6:53 
QuestionRe: Unable to load dll on computers which do not have Visual Studio installed Pin
Member 408492813-Dec-07 8:58
Member 408492813-Dec-07 8:58 
GeneralRe: Unable to load dll on computers which do not have Visual Studio installed Pin
Dave Kreskowiak14-Dec-07 0:54
mveDave Kreskowiak14-Dec-07 0:54 
GeneralRe: Unable to load dll on computers which do not have Visual Studio installed Pin
Member 408492814-Dec-07 9:36
Member 408492814-Dec-07 9:36 
GeneralFlie dll Pin
ra_shieru13-Dec-07 4:58
ra_shieru13-Dec-07 4:58 
GeneralRe: Flie dll Pin
Dave Kreskowiak13-Dec-07 6:48
mveDave Kreskowiak13-Dec-07 6:48 
QuestionOptional Array in function not working in COM class?!? Pin
djdjoko13-Dec-07 4:22
djdjoko13-Dec-07 4:22 
AnswerRe: Optional Array in function not working in COM class?!? Pin
Dave Kreskowiak13-Dec-07 6:46
mveDave Kreskowiak13-Dec-07 6:46 
GeneralString to Datagridviewcell Conversion Pin
VB 8.013-Dec-07 1:09
VB 8.013-Dec-07 1:09 
GeneralRe: String to Datagridviewcell Conversion Pin
Dave Kreskowiak13-Dec-07 1:48
mveDave Kreskowiak13-Dec-07 1:48 
GeneralRe: String to Datagridviewcell Conversion Pin
VB 8.014-Dec-07 0:42
VB 8.014-Dec-07 0:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.