I have created .NET4.0 application and using Entity Framework v5.0 with it. Then I read that enums could not be mapped with .NET4.0, it should be .NET 4.5
Then I changed all projects' targeting framework to .NET 4.5 but it doesnt work either, until I created newly .NET 4.5 projects and copying files from .NET 4.0 version.
So is setting targeting framework doesnt work or should I do an extra step if I came across similar situation again ?
Note: I am using VS 2012