Well, first, build a release version! You shouldn't be taking the .exe from the debug folder at all!

Does your application create the database or rely on a pre-prepared one? If it's the former you obviously need to code the program so that it can detect an existing database and not try to build a new one after the first running.