Silvio
New member
- Joined
- Jul 23, 2024
- Messages
- 3
- Programming Experience
- 5-10
Hi,
I hope someone can help me with this problem.
I've been trying to get Entity Framework 6.0 to work as documented but having problems with the
Model to DB part, the DB to model is ok.
So, as documented, I create an edmx file and design the model, no problem here.
When I try to generate the database from the model it just gives me the error
"Another element with the same key has been added" and no DDL code is generated.
In the errors pane it gives me a list of 11007 "Not mapped" Errors.
If I try to map the tables the lists are empty and I just can't map anything.
If I try to fill in the XML by hand from a DB generated model and try to do the mapping Visual Studio crashes (Microsoft Visual Studio Community 2022 (64 bit) - Current Version 17.10.3).
Thank you in advance for all the help you can give me
I hope someone can help me with this problem.
I've been trying to get Entity Framework 6.0 to work as documented but having problems with the
Model to DB part, the DB to model is ok.
So, as documented, I create an edmx file and design the model, no problem here.
When I try to generate the database from the model it just gives me the error
"Another element with the same key has been added" and no DDL code is generated.
In the errors pane it gives me a list of 11007 "Not mapped" Errors.
If I try to map the tables the lists are empty and I just can't map anything.
If I try to fill in the XML by hand from a DB generated model and try to do the mapping Visual Studio crashes (Microsoft Visual Studio Community 2022 (64 bit) - Current Version 17.10.3).
Thank you in advance for all the help you can give me