Click here to Skip to main content
15,885,032 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have dropped and added a new .edmx file to my solution which hascertain fields.
when i try to run the appplication i try to fetch some data from the data base

it gives exception.
"An item with the same key has already been added."

in edmx designer.cs file
base.CreateObjectSet<Object>("xyz");

Any Suggestion Plz help!
Posted
Updated 12-Feb-13 21:30pm
v2
Comments
Jameel VM 17-Feb-13 11:59am    
Please share your all the code you have tried

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900