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 7085651
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T07:27:03+00:00 2026-05-28T07:27:03+00:00

I have a program which monitors a TCP connection for any data and fires

  • 0

I have a program which monitors a TCP connection for any data and fires an event when an entire message has been recieved. The listener is on a different thread from the UI Thread. When the event is fired, if the message requires any UI changes, I invoke the Form with the current change. If this invoke is ever hit, the function in the listener that triggered off the Event flags up a Cross-Thread operation not valid error. I dont understand why the thread that called the event would flag up that error when i am trying to avoid that error by invoking. Example:

Without the Invoke on the command:

if (cmd == "NEWID")
{
    usr = new User(usr.Name, int.Parse(NW_Connector.GetWord(msg, 1)));
    this.Text = "Note It - " + usr.Name + "(" + usr.ID + ")"; //Cross-Thread Here
}

Cross-Thread is flagged on the this.Text change.

When i add the Invoke:

if (cmd == "NEWID")
{
    usr = new User(usr.Name, int.Parse(NW_Connector.GetWord(msg, 1)));
    this.Invoke(new MethodInvoker(delegate { this.Text = "Note It - " + usr.Name + "(" + usr.ID + ")"; }));
}

The Cross-Thread is flagged on the function that fired the event:

if (NewMessage != null && NetworkConnectionState != ConnectionState.Closing)
    NewMessage(this, cl, data); //Cross-Thread Here

The NewMessage function is the event that is registered to:

    public delegate void RecievedMessage(object sender, Client messageSender, byte[] message);
    public event RecievedMessage NewMessage;

I dont understand why the Cross-thread is “moved” when invoking to the correct thread. Any help would be Fantastic!

  • 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-05-28T07:27:03+00:00Added an answer on May 28, 2026 at 7:27 am

    I have absolutely no idea why, but doing a complete rebuild (rebuilding every project in the solution) Rectified the issue. The issue must then have been because the source code of the project i was changing was different from the operating programs source it was showing the Cross-Thread error at the closest possible valid source code avaliable on the stack trace.

    Strange i was not alerted that the source code was different But it has however fixed the issue. I hope this will help someone else with the same issue. It really freaked me out WHY the Cross-Thread issue would appear to be “falling back” to a previous location in the stack trace.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a program which has some Textareas / Labels these can be anywhere
I have a program which needs to behave slightly differently on Tiger than on
I have a program which deliberately performs a divide by zero (and stores the
I have a program which needs installing on windows 64 boxes. Most of the
I have a program which only needs a NotifyIcon to work as intended. So
I have a program which I would like to run every X min the
I have a program which runs an external, command line utility and reads the
I have a program which doesn't once reference System.I0, coded in vb.net, yet for
I have a program which takes a long time to complete. I would like
I have a program which runs on a console and its Umlauts and other

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.