Stworzyłem model Entity Framework oparty na istniejącej bazie danych, a następnie wygenerowałem jednostki POCO z modelu. Ciąg połączenia w moim pliku web.config nie jest strukturą Entity, to tylko standardowy ciąg połączenia (brakuje w nim referencji CSDL, SSDL, MSL).Code First vs. Database First
mogę skompilować mojej aplikacji, ale gdy uruchamiam otrzymuję ten błąd:
Code generated using the T4 templates for Database First and Model First development may not work correctly if used in Code First mode. To continue using Database First or Model First ensure that the Entity Framework connection string is specified in the config file of executing application. To use these classes, that were generated from Database First or Model First, with Code First add any additional configuration using attributes or the DbModelBuilder API and then remove the code that throws this exception
Moje pytanie brzmi, gdzie w kodzie to zrealizować Poços pochodził z pokolenia auto i jak można Rozumiem, że zachowuje się jak Code First? Nie chcę odwoływać się do CSDL itp. W łańcuchu połączenia.
to źle, że musisz najpierw użyć zarówno modelu, jak i kodu ... – Serdar
@Serdar - Niekoniecznie. Może zacząć generować kod ze znanego modelu, ale od tego momentu zacznij używać najpierw kodu, aby napisać nowy kod. –
Właśnie dostałem to ... przepraszam ... – Serdar