I am using entity framework power tools 4 (beta). My project uses asp.net identity and EF 6.1.2. I have updated all the entity framework dlls via nuget. When I attempt to pre generate a view with EF Powertools for my dbcontext i receive the error :
Could not load type 'System.ComponentModel.DataAnnotations.Schema.IndexAttribute' from assembly 'EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.
I have updated my EF to 6.1.2 so it is the latest. Has anyone else experienced this issue and solved it. I've seen people on the EF Powertools site posting similar issues to this but there's no solution I can find.
Thanks
UPDATE : - I have reinstalled all the packages with no luck. I have even gone as far as giving the solution to someone else to install on their pc - and they can run it and generate the views using power tools without the error. So it's probably something to do with my environment. Any ideas what to try changing ?