I'm trying to use the "View Model" feature of the EF Power Tools Beta 3 as heavily depended on by Julie Lerman within Visual Studio 2012.
I originally had the "sequence contains no matching element" problem many people seem to have encountered. The solution in the above article is an acceptable workaround that fixes the problem.
I'm now encountering the second error:
"A constructible type deriving from DbContext could not be found in the selected file"
The proposed cause of the problem in Julie's blog and in this question is that there is a conflicting extension somewhere.
I have disabled all possible extensions, yet I'm still receiving the error.
Is there any more information on how to resolve this?
Alternatively, I'm also using VS2013 Preview. Is this (working) functionality available in this version of Visual Studio?