I am trying to use ADO.Net Codefirst feature of latest Entity Framework 4.0. As part of that I have installed Entity Framework CTP 4 from Microsft and using Scott\'s tutorial t
To add EF to your project use the Package Manager Console and issue the command:
Install-Package EntityFramework
You shouldn't link directly to the DLLs' installed location as mentioned in another answer.