I have deployed my first program using
vb.net. I wrote a flat text file for startup preferences and populating startup comboboxes and included these txt files in the bin. I don't wish to use a database in this program. Sometimes the program seems to find the startup file(s) and sometimes it can't. The location is different, where it can't find the files, depending on whether I check the "just for me" option or "everyone" option that is on the initial install screen. I have changed the alwayscreate option in the projectoutput to true. But still having problems "unable to find file." If I manually place the files where it says the files are missing, then the program works. I am using the standard version and have no setup wizard so I am using the setup project for deployment. Any help is greatly appreciated.