-
Notifications
You must be signed in to change notification settings - Fork 776
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debug ZipExtractor Project Error #711
Comments
Can you try replacing that line with following one? Invoke(new Action(() => { ControlBox = false; })); |
I just want to extend your source code and don't want to directly modify it. why the exe program can execute normally while in debug mode. Do I need to change which setting of Vs to avoid errors. |
It should work both in Debug and Release mode without any modification. It works on my end without any modifications. This error can happen when trying to change UI from background thread. If that code works for you, I can add it to the original source code. |
Only the code in this area has been modified, but the program still cannot work correctly. To describe my problem in detail, I recorded three videos. The code I have modified:
first.mp4second.mp4three.mp4 |
Thanks for showing modifications you made. I will apply it to main project. |
I want to debug this project and then pass in the running parameters myself,I only modified this one place
I use Vs' Debug mode to run it, and it will report an error saying 'Invalid inter thread operation: it was never accessed by a thread that created the control' FormMain '.' However, if I directly run the exe in its bin directory, it will not report an error
The text was updated successfully, but these errors were encountered: