I installed the beta 2 of Visual Studio 2010 today. I went to test out the new entity framework stuff (to see if my \"issues\" from v1 were fixed.).
I started addin
Actually EF 4.0 supports SQL Server 2000. It's the Database Explorer in Visual Studio 2010 that does not support SQL Server 2000. To work around this, don't use the Database Explorer. Instead just create an Empty model then overwrite the connection string in the config file with your SQL Server 2000 connection string. Then you can use Update Model From Database in the EF designer to add your objects.