configuration file not reset

leetpg

Member
Joined
Jul 16, 2007
Messages
8
Programming Experience
1-3
I have a configuration form in my program. It outputs to a text file. I use to have it outputting a number then a comma then a word. I changed it now so that all it outputs is a number and nothing else, yet it will still ALWAYS output the comma and the word on the first run. Is there like a temporary storage or something where vb.net gets stuff from? coz i changed all my code and its still the old stuff.
 
Sure there isn't code that writes this first elsewhere?
 
Are you running your application using visual studio or by simply executing the executable in the bin folder? Also Try deleting the bin and obj folder and rebuild your application.
 
Back
Top