Entity Framework Power Tools für VS 2015 CE

  • C#
  • .NET (FX) 4.5–4.8

    Entity Framework Power Tools für VS 2015 CE

    Servus!

    Bin grad schon am Verzweifeln. Folgendes:
    Ich will in meinem VS 2015 CE die Möglichkeit haben mit Entity Framework ein neues Entity Data Model erstellen. Nur leider kann ich das nicht, da in meinem VS keine Vorlagen für ADO.NET Entity Data Model vorhanden sind.

    Also habe ich ein wenig danach gesucht, wie ich in meinem VS das ganze installieren kann. Dabei bin ich auf folgenden Link gestoßen: thedatafarm.com/data-access/in…-power-tools-into-vs2015/
    Nur leider geht das ganze auch ned. Wenn ich es intalliere, dann zeigt es mir zwar an, dass es erfolgreich installiert ist. Aber wenn ich dann in meinem Projekt ein neues Item hinzufügen will und dann ein besagtes ADO.NET EDM auswählen will, erscheint mir da kein Template dafür.
    Hat da jemand Erfahrung damit oder ist da jemanden auch schon einmal passiert?

    Hab auch schon versucht mit VS 2012 ein Projekt zu erstellen, bei dem VS ist seltsamer Weise das Template für ein ADO.NET EDM dabei. Das ganze Projekt hab ich dann unter VS 2015 CE geöffnet. Ließ sich auch aufmachen, nur der Designer für die Views hat sich geweigert. Da kam ich nur auf den Code.

    Danke schon mal im Vorraus
    Lg Radinator
    In general (across programming languages), a pointer is a number that represents a physical location in memory. A nullpointer is (almost always) one that points to 0, and is widely recognized as "not pointing to anything". Since systems have different amounts of supported memory, it doesn't always take the same number of bytes to hold that number, so we call a "native size integer" one that can hold a pointer on any particular system. - Sam Harwell