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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T19:45:31+00:00 2026-05-27T19:45:31+00:00

We’ve developed a desktop application using .NetFX3.5 which has some winforms and two WPF

  • 0

We’ve developed a desktop application using .NetFX3.5 which has some winforms and two WPF windows. I’ve installed it on almost 20 different computers (most of them have XP) and all are working fine except for three PCs (which also have XP and relatively new hardware specs).

Here is the situation:

  • WPFWindow1 contains some buttons with click events (which all work fine), and a ProgressBar which reads from a list and generates some UIElements for each of them (the creation of these UIElemets use both binding approach and classic child adding approach.

  • WPFWindow2 contains a help button with a click event (which works fine) and a ComboBox (which only populates its items correctly).

And the problem:

  • When I open WPFWindow1, the ProgressBar does not start although it’s provided with the proper objects to read from.

  • And in WPFWindow2, when I select an item form ComboBox I expect it to show its reports below the ComboBox but it doesn’t show anything.

I’ve installed .NetFX4 on all target computers. maybe another assembly or update is missing?
or something wrong with permissions (this is a high security site and we use some strict policies with symantec endpoint protection)

Any help, advice, suggestions, insight or else is greatly appreciated.


When WPFWindow2 is loaded the following timer starts:

void delayTimer_Elapsed(...)
{
    delayTimer.Stop();
    Dispatcher.Invoke(new System.Windows.Forms.MethodInvoker(
        delegate{
            foreach(var data in dataList)
            {
                MyWpfControlList.Add(new MyWpfControl(data));
                progressBar.Value++;
                Application.DoEvents();
            }
        }));
}

Edited: I’m not sure where this issue is coming from. But since it’s working almost everywhere, I don’t think it would be related to the code.

Could it be a windows update?

  • 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-27T19:45:31+00:00Added an answer on May 27, 2026 at 7:45 pm

    The progress bar is showing a background task is that correct? If so is the background task executed on a background thread or on the UI thread? If the UI then you may find that some computers (ie: those with 1 CPU or low powered CPUs) the message pump is unable to update the progress bar as your CPU is being used largely for the list update. If this is the case what you need to do is to execute your background task on a thread and update the progress bar periodically using Dispatcher.Invoke to marshal the updates onto the UI thread.

    Please can you post a code example so we can take a closer look? Otherwise its just guesswork!

    Best regards,

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

Sidebar

Related Questions

That's pretty much it. I'm using Nokogiri to scrape a web page what has
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I have just tried to save a simple *.rtf file with some websites and
I want to count how many characters a certain string has in PHP, but
For some reason, after submitting a string like this Jack’s Spindle from a text
I am trying to understand how to use SyndicationItem to display feed which is
I used javascript for loading a picture on my website depending on which small
Basically, what I'm trying to create is a page of div tags, each has
I've got a string that has curly quotes in it. I'd like to replace

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.