문제

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:

  1. All the operations like Show all files, Include in project etc.. are done on this folder and files.
  2. SQL Server Compact 4.0 (runtime + tools support) is installed to my machine.

Thanks.

도움이 되었습니까?

해결책

I had the same issue with MVC 4. Installing VS2010 SP1 fixed it for me.

VS2010 SP1

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top