Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Please help - going crazy.. protocol violation???Please help - going crazy.. protocol violation???
Previous
 
Next
New Post
1/10/2007 12:07 AM
 
Does anyone know the answer to this problem?

I'm developing a custom DNN module which performs a http get request to a remote server. When i perform this request, I get the following error

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

For your reference, here's my code;

Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
Dim str As String = "http://mlsr.realtylink.org/mlsr_xml/res_sale_result.cfm?AgentId=11944"
'Create the HttpWebRequest object
Dim req As HttpWebRequest = WebRequest.Create(str)

Try
'Get the data as an HttpWebResponse object
Dim resp As HttpWebResponse = req.GetResponse()

Dim sr As New StreamReader(resp.GetResponseStream())
Dim results As String = sr.ReadToEnd()
sr.Close()

'Load the XML file in an XmlDocument
Dim doc As XmlDocument = New XmlDocument
doc.LoadXml(results)

TextBox1.Text = results

Catch exc As Exception 'Module failed to load
ProcessModuleLoadException(Me, exc)
End Try
End Sub

Many thanks in advance
Brad
 
New Post
1/10/2007 11:49 AM
 
That’s an interesting error. I did a search and found the following. Hope it helps.
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=218862&SiteId=1

Brian

Qualtiy DotNetNuke modules and custom development; we've been serving the DNN community for over 2 years and have hundreds of satisfied customers. Let us serve you today.
 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Please help - going crazy.. protocol violation???Please help - going crazy.. protocol violation???


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out