My Console project has a directory named "DB".The directory only contains one file named "Northwind.mdb"
.
When I used vs2008 to debug/build the project,the file was always copyed to the following place:
E:\CSharp\ConsoleApp_ZhongCong\ConsoleApp_ZhongCong\bin\Debug\DB.
How can I let the database file copy to the root directory of the Application automatically instead of the "...bin\Debug\DB\"
directory?
I hope to get your answers. Thanks!