I\'m using WS class and it gave me error when I run the application:
The type or namespace name \'Entity\' does not exist in the namespace \'System.Data\' <
It's helped me, I uninstalled EF, restarted VS and I added 'using':
using System.Data.Entity; using System.Data.Entity.Core.Objects; using System.Data.Entity.Infrastructure;