This is my first ASP.NET MVC3 application and it is working and everything is fine except to open DB file (.sdf
) in App_Data
folder. I am getting error
the operation could not be completed. Unspecified error.
Things which is done from my side are:
- All the operations like Show all files, Include in project etc.. are done on this folder and files.
- SQL Server Compact 4.0 (runtime + tools support) is installed to my machine.
Thanks.