Note that there are some explanatory texts on larger screens.

plurals
  1. POUsing EF 5 (and NOT 4.x)
    primarykey
    data
    text
    <p>I have now wasted a few days trying to get EF to work again. From what I can tell, my project has some references to EF4 even though I have been trying to use EF5.</p> <p>Can someone point me to whatever steps I need to do to just eliminate all development related references to EF4 from my computer (if I have 3rd party .net apps that use it, fine - I just don't want it in any of MY development.)</p> <p>Right now, nothing is working as it appears that the 2 versions of EF are fighting with each other - even when I start with a new project.</p> <p>Also, if I am just using EF 5, when I want to create a new EF class, would I be using "ADO.NET Entity Data Model" or "EF 5.x DbContext Generator"? I assume the first as the 2nd seems to want to create a tt file, not an edmx file, but thought I would check in case I was missing something obvious...</p> <p>I am developing on a Win 8 system, running VS 2012, in C# and am writing a large desktop WPF app (1 solution, lots of projects, tons of data.)</p> <p>FWIW - the packages folder in my currently non function solution folder has EntityFramework.5.0.0 so I know I have that installed, I just need to eliminate the EF 4.x references from wherever they keep infecting my project from. And yes, much of the time has been spent searching for an answer that will work - but none of the things I have found seem to allow it to work. </p> <p>The worst part is that, at one point, it was all working without problem - and then I tried to fix something by re-installing EF 5 via Nu-Get and from then on, nothing has worked.</p> <p>Thanks</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload