I’m not sure what errors or logs to give here as I’m not getting any to give, but basically, a friend asked me to write a pretty simple program for his business that reads HTML Files full of Bowling scores and returns a csv file of any people that won by more then 100 points, I have it all working and running it from inside Visual Studio works perfectly with no errors, but when running the published application, it opens and all the button and logic works, but when it comes to reading the HTML it will run through the file basically do nothing and return that everything worked and nothing errored!!, this behavior happens on his computer, my Work computer but not on my Home Computer, i am so lost on whats the problem that i have no idea where to start fixing it.
Ive tried using ClickOnce publishing as well as the other where it just spits out an exe, both do the same behaviors, i have a Try..Catch that i thought was maybe catching the error but not handling it but after removing that it still gives no errors, i thought maybe the HTML file is reading but not Parsing the Scores so i have some checks that look at the length of different Lists in the Program but they pass.
jroache is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.