EntityFramework.SqlServerCompact VS 2010 error fix for "The operation could not be completed. Unspecified error"
Posted
by mrad
on Geeks with Blogs
See other posts from Geeks with Blogs
or by mrad
Published on Wed, 04 Apr 2012 13:26:45 GMT
Indexed on
2012/04/04
23:30 UTC
Read the original article
Hit count: 257
Filed under:
Installed package EntityFramework.SqlServerCompact
and after running my project was getting this error "The operation could not be completed. Unspecified error"
Two ways to fix this:
1. Install "Visual Studio 2010 SP1 Tools for SQL Server Compact 4" - Web Platforms Installer
2. Download directly offline installer from http://go.microsoft.com/fwlink/?LinkId=212219
After running it works great
and after running my project was getting this error "The operation could not be completed. Unspecified error"
Two ways to fix this:
1. Install "Visual Studio 2010 SP1 Tools for SQL Server Compact 4" - Web Platforms Installer
2. Download directly offline installer from http://go.microsoft.com/fwlink/?LinkId=212219
After running it works great
© Geeks with Blogs or respective owner