views:

12

answers:

1

Same as Title. Has anyone found a way to make the ADO.NET Entity Framework work with OLE DB or ODBC data sources? Specifically, I need to work with an SqlServer2000.

+1  A: 

Visual Studio 2010 and EF4 do no longer support SQL Server 2000 - are you using VS2010??

Check out this page: http://msdn.microsoft.com/en-us/library/bb896309.aspx

Note

Starting with Visual Studio 2010, the ADO.NET Entity Data Model Tools do not support SQL Server 2000.

marc_s