Hi guys/gals,
I've recently developed a piece of software and it currently uses 1 external .txt file (located in the bin\debug folder of the project folder) that is used to store data long term.
The program works wonderfully when i use the visual studio 2008 debugger, but when i either publish it, use the .exe from the project folder or save it as a release version it gives me various errors with regards to not being able to find the .txt which its trying to read.
Does anyone have any idea's as to why this might be?
Many thanks,
Connor