visual studio 2008 - installing entity framework with VS2008 -


i having difficulty installing entity framework 5.0.0 (the latest non-beta version) first time. i've seen far how install mentions using package manager feature of visual studio, not exist in visual studio 2008. want download dll, stick in bin folder, , add reference!

i've managed download nuget package (.nupkg file) through browser, , nuget.exe. have run "nuget install entityframework", can't figure out installed to.

all need location of entityframework dll file. know default install location is, or filename?

entity framework 4.0 , newer available only .net 4.0 , newer.

visual studio 2008 doesn't support .net 4.0 - sorry, won't able use ef 4.0/5.0 in vs 2008 solution.

and package manager feature (also known nuget) available in vs 2010 , newer, too. there's command-line version of nuget if that's on option - integrated package manager not available in vs 2008 unfortunately.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -