Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8049053
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T06:40:34+00:00 2026-06-05T06:40:34+00:00

I am having error closing streamwriter after writing json content to the stream writer.

  • 0

I am having error closing streamwriter after writing json content to the stream writer.
Following is the code i am using. Can not find what is wrong. it is writing to REST service.

WebRequest request = WebRequest.Create(String.Format("{0}/EventLog", restPath));
            request.ContentType = "application/json";
            request.Method = "POST";
            request.ContentLength = jsonstring.Length;                
            System.IO.StreamWriter sw = new System.IO.StreamWriter(request.GetRequestStream());
            sw.Write(jsonstring);                
            sw.Close();
            sw.Dispose();
            HttpWebResponse res = (HttpWebResponse)request.GetResponse();

Exception:”Cannot close stream until all bytes are written.”

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T06:40:35+00:00Added an answer on June 5, 2026 at 6:40 am

    Make sure request.ContentLength is really equal to the Content lenght (in bytes).

    This throws the same error:

    string data = "mydata";
    
    WebRequest request = WebRequest.Create("http://google.de/");
    request.ContentType = "application/json";
    request.Method = "POST";
    request.ContentLength = data.Length + 1;
    System.IO.StreamWriter sw = new System.IO.StreamWriter(request.GetRequestStream());
    sw.Write(data);
    sw.Close();
    sw.Dispose();
    HttpWebResponse res = (HttpWebResponse)request.GetResponse();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

here is the part if having error. Fatal error: Using $this when not in
I'm having the following error when closing a form in an application See the
I`m having the following error . Why am I having this error and how
I am having an error: Error 2 'int[]' does not contain a definition for
I'm currently having following error message when executing a .sql file with about 26MB
I keep having an error when running my web application. The error does not
I'm having an error message when inserting content which contains quotes into my db.
I am having the error Fatal error: Only variables can be passed by reference
Im having trouble with a stored procedure, I can't commit after I execute it.
I am having a problems with the dismissViewControllerAnimated method not closing down the view.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.