I am writing a configurable launcher for custom World of warcraft servers. The problem I am having is when I run the app I get an exception. The exception I get is it can't find the program. I am using the app settings object in c# i.e. settings1.settings. The data I put in stays put and is being called to the main form.
When it runs Process.Start it throws the file not found exception.
I have tried putting the data in the settings multiple ways i.e. c:\*** c:\\***\\ \\***\\ just not sure what I need to do. Any help would be appreciated.
Here is the code i use to save the data to the settings
To debug, click on the if( !File.Exists(fullPath) ) line with the mouse and press F9 to set a breakpoint.
Then press F5 to start debugging. When the program stops on that line, hover the mouse over the fullPath variable.
Does it look like what is expected? Keep in mind on windows, a file path will look something like