I am having difficulty installing Entity Framework 5.0.0 (the latest non-beta version) for the first time. Everything I've seen so far about how to install it mentions using the Package Manager feature of Visual Studio, which does not exist in Visual Studio 2008. All I want is to download the dll, stick it in my bin folder, and add it as a reference!
I've managed to download the NuGet package (.nupkg file) through my browser, and nuget.exe. I have run "nuget install entityframework", but I can't figure out where it installed it to.
All I need is the location of the EntityFramework dll file. Does anyone know what the default install location is, or the filename?