Click here to Skip to main content
15,883,705 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,
I have implement a windows application in VS -2010 , I have used local database database1.sdf. I have publish this Application and generate exe file and install application in my computer, my application works fine , I can insert data to database , now i need database1.sdf but i cant find where this database locate at the time of installation , how can i find folders where all files related to application stored(normally when we install any programme in computer it generate folder under Programme Files , but i cant find such folder for my application)?
Thanks
Posted

1 solution

To find the folder location, you can just run the app, open the task manager (CTRL-SHIFT-ESC), select the app and right-click|Open file location.

else try here
SQL
On windows Vista and Windows 7, you will find the ClickOnce cache here: c:\users\username\AppData\Local\Apps\2.0\obfuscatedfoldername\obfuscatedfoldername

On Windows XP, you will find it here: C:\Documents and Settings\username\LocalSettings\Apps\2.0\obfuscatedfoldername\obfuscatedfoldername
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900