Ok, so I spent a good portion of the past couple of days working on an application. its basically a hub for stuff I release. Anyways when I try to run it on my computer I get no errors, but when anyone else tries to run it they get an error that I can shorten to "Unhandled Exception, Application Not Found" but from what I could tell this was happening only when they clicked on two different button's that was supposed to send them to a website. Here is the code for the button's.
I tried doing some research to no avail, any ideas?
System.Diagnostics.Process.Start("https://examplewebsite.com");