Config File Deletes on Build

Mylarus

Newcomer
Joined
Aug 28, 2003
Messages
2
Location
Melbourne, Australia
I am getting the strange problem in vb.net 2003 where when I build the application it deletes my config file from te bin directory. This of course means I cannot read any data from this so the config file is useless. Has anyone seen this before or know of a setting I may have accidently set? It does not happen to me in vb.net 2002.

Thanks,

Mylarus
 
Did you manage to find a way around this?
I am having the same problem now..very annoying. Whatever I try does not seem to work..same deal. Worked when I had 2002 but now deletes with 2003.

Any hints welcome.
Andy
 
The answer is to check the read-only property on the file...the
compliler will not delete the file then
 
Back
Top