@dbasenett:
- The removed code was intended since it was irrelevant to the issue.
- Me.StatusUpdate is just a sub to update the UI letting the user know the progress of the current test, which is working fine. There is no issue with the data received either. The problem comes in when I try to display that data to the UI. And it is only problematic when the program runs outside of VS.
- I already tried what you suggested before posting this, and it made no difference.
- I also mentioned that if I set the Form.CheckForIllegalCrossThreadCalls = False then it works fine, but this is hacking and I try to avoid this.
Any other suggestions?




Reply With Quote