Can I use the Entity Framework to save data to an SQL CE database in isolated storage on Windows Phone 8?
When I try to add a link to EF 5 using NuGet, I get an error:
"Failed to add a link to" System.Data.Entity ". Verify that it is in the global assembly cache.
Any ideas?
source share