NiftyPixel
NiftyPixel
CC#
Created by NiftyPixel on 2/24/2023 in #help
❔ HttpRequestException: No Such Host is known. (url.com:443) using WorkerService issue
Further Update: Have tried adding DNS Client and DHCP Client as dependencies, no dice.
4 replies
CC#
Created by NiftyPixel on 2/24/2023 in #help
❔ HttpRequestException: No Such Host is known. (url.com:443) using WorkerService issue
Update: I've since tested using a specified user account, and Local System. Same issue with both. I'm a bit unsure of how to proceed and my google-fu is failing me 😕
4 replies
CC#
Created by NiftyPixel on 9/22/2022 in #help
Hide cmd output when executed from a Console app?
Thank you!
5 replies
CC#
Created by NiftyPixel on 9/22/2022 in #help
Hide cmd output when executed from a Console app?
I believe it's Standard Input/Output/Error
5 replies
CC#
Created by NiftyPixel on 9/22/2022 in #help
Hide cmd output when executed from a Console app?
Aha, thank you, I think RedirectStandardOutput may be the ticket.
5 replies
CC#
Created by NiftyPixel on 9/22/2022 in #help
Hide cmd output when executed from a Console app?
I'm using Process.Start("CMD.exe", "/c " + cmd + " > " + output + "");
5 replies