I am developing a project in Visual studio 2010 in c++ and c# .till when I added c++ project in solution I always see a SQL Server Compact Edition Database (.sdb) File.It always annoying me
Please anyone help me how to stop creation of this file ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well, if my guess that you mean sdf and not sdb file is right, you can disable it in “Tools” -> “Options” -> “Text Editor” -> “C/C++” -> “Advanced” -> “Disable Database”
However you will most likely lose the IntelliSense functionality (I can’t test it right now). If you don’t want this file to be created in the project structure but you wouldn’t mind it being somewhere else, you can set the fallback location in the advanced settings mentioned above and set “Always Use Fallback Location” to True.