Kamran Sadin
Kamran Sadin

Reputation: 921

install entity framework 6.0.2 in visual studio 2012

i downloaded EFTools6.0.2ForVS2012.msi and installed it but it does not replace with older version of entity framework. when i try to get version of entity framework it shows 4. can anyone help me how to install entity framework 6.0.2 on visual studio 2012 without using nuget?

Upvotes: 0

Views: 4739

Answers (1)

Olaf
Olaf

Reputation: 899

There are some other actions you need to take, like renaming namespaces. You can find an article on migrations here

Upvotes: 1

Related Questions