Visual Studio Question: When doing a compile/debug is VS suppose to delete existing files in the bin

Posted by Greg on Stack Overflow See other posts from Stack Overflow or by Greg
Published on 2010-03-15T02:49:55Z Indexed on 2010/03/15 2:59 UTC
Read the original article Hit count: 358

Hi,

Q1 - When doing a compile/debug is VS suppose to delete existing files in the bin\debug area? (for VS2008)

if no then can I ask please:

Q2 - My winforms checks for existance of a sqlite.db3 file and creates it if it needs to (programmatically). If the behavior I wanted was that each Compile/Debug I do is for the target Debug area to be clear, so that the program would exercise the code that builds the database file, how would I organise this?

thanks

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about visual-studio-2008