Nasdack
Nasdack
CC#
Created by Silme94 on 10/22/2024 in #help
Loading Form crashing (Windows Form)
The Convert method execution will finish before the loading completes so make sure you take care of that
21 replies
CC#
Created by Silme94 on 10/22/2024 in #help
Loading Form crashing (Windows Form)
This is a CPU bound synchronous process
21 replies
CC#
Created by Silme94 on 10/22/2024 in #help
Loading Form crashing (Windows Form)
You might also need to call BeginInvoke on ResizeControls()
21 replies
CC#
Created by Silme94 on 10/22/2024 in #help
Loading Form crashing (Windows Form)
21 replies
CC#
Created by MetalMallard on 10/22/2024 in #help
Apache dying on system cron job, but not everytime
I'm surprised you chose Apache instead of Nginx in the first place
6 replies
CC#
Created by Silme94 on 10/22/2024 in #help
Loading Form crashing (Windows Form)
Try catch the Convert method and see what exception pops up
21 replies
CC#
Created by Silme94 on 10/22/2024 in #help
Loading Form crashing (Windows Form)
A WinForms crashing indicates an exception
21 replies
CC#
Created by MKM on 10/22/2024 in #help
Trying to get started with threads but UI thread giving cross thread exceptions?
Send the rest of the code
34 replies
CC#
Created by MKM on 10/22/2024 in #help
Trying to get started with threads but UI thread giving cross thread exceptions?
No description
34 replies
CC#
Created by Confident on 10/22/2024 in #help
Simple help in httpclient c#
Same thing
33 replies
CC#
Created by Confident on 10/22/2024 in #help
Simple help in httpclient c#
Store and retrive them in a file somewhere, or use env secrets
33 replies
CC#
Created by Confident on 10/22/2024 in #help
Simple help in httpclient c#
You shouldn't hard code your API tokens
33 replies
CC#
Created by Confident on 10/22/2024 in #help
Simple help in httpclient c#
It should not be hardcoded in the first place
33 replies
CC#
Created by MKM on 10/22/2024 in #help
Trying to get started with threads but UI thread giving cross thread exceptions?
Np
34 replies
CC#
Created by MKM on 10/22/2024 in #help
Trying to get started with threads but UI thread giving cross thread exceptions?
But that fixes your problem anyway
34 replies
CC#
Created by MKM on 10/22/2024 in #help
Trying to get started with threads but UI thread giving cross thread exceptions?
Not sure why
34 replies
CC#
Created by MKM on 10/22/2024 in #help
Trying to get started with threads but UI thread giving cross thread exceptions?
That is weird
34 replies
CC#
Created by MKM on 10/22/2024 in #help
Trying to get started with threads but UI thread giving cross thread exceptions?
What's unclean about it?
34 replies
CC#
Created by MKM on 10/22/2024 in #help
Trying to get started with threads but UI thread giving cross thread exceptions?
Not all of them, just the ones that are invoked by the calculation thread.
34 replies
CC#
Created by MKM on 10/22/2024 in #help
Trying to get started with threads but UI thread giving cross thread exceptions?
If your calculation is running in its own thread, and it tries to invoke an event, that event will run on the thread that of the calculation logic, not that of the UI.
34 replies