Jarski
Jarski
CC#
Created by Jarski on 11/3/2023 in #help
❔ "string was not recognised as valid DateTime"
trying to make a super simple custom backup program that backs up my win user folder to a network share, I can run the program fine on my pc but as soon as i try the build/publish on another pc, i get the error "string was not recognised as valid DateTime." I have parsed the string so it should be good, but obviously not. am i blind? and yes everything is shoved together, im not the cleanest coder in the west and ive had chatgpt help me along the way. https://paste.ofcode.org/LeEn8UGHtixCHGKq9hGsJb
38 replies
CC#
Created by Jarski on 8/20/2023 in #help
❔ port scanner for game servers?
Hello, currently working on a program and one of its core functionalities is to scan the local network for game servers on a specific port (Rust, 28015), however after I have attempted to achieve this, it appears to not work. It seems to be stuck "searching" to no avail and doesnt show any results even though im hosting a server on another local machine with the required port. perhaps ive made an error in my method? Any help appreciated.
6 replies