Posts by Linneker • 15 points
3 posts
-
0
votes1
answer417
viewsQ: Error When Updating Database with Entity Framework Core Code First
I have my Domain created with N objects and these objects are converted into table in the database, in Entity Framemework Core with Code First. If I create the database with the tables it creates…
-
1
votes1
answer967
viewsQ: Entity Framework Core Error
I have an error with Entity Framework core when I add Migration, the following error appears to me: System.InvalidOperationException: Cannot use table 'Atleta' for entity type 'Pessoa' since it is…
-
0
votes1
answer291
viewsQ: Android error with KSOP2 value Double java.lang.Runtimeexception: Cannot serialize:4.0
Guys I created a webservice Soap in java, I consume and perform operations in various methods, however when I will perform operations passing a double value occurs the following error:…