Skip to main content
Home Forums Silverlight Programming Programming with .NET - General EDM - Multiple Definition with identical Signatures
1 replies. Latest Post by matkwan on July 2, 2009.
(0)
matkwan
Member
23 points
52 Posts
07-01-2009 11:19 PM |
Hi, 1stly) I created a Color.edmx which contains only the Color table. 2ndly) I created a Car.edmx which constains the Car table and associates to the Color table. Then, I get a lot of errors like: * Public Property XXX has multiple definitions with identical signatures * Public Shared Function CreateXXX has multiple definitions with identical signatures I suspect that it complains I have added the Color table to the project more than 1 time. Any idea how to solve this problem? Thanks Matt
07-02-2009 4:49 AM |
I found the solution to this problem. I have to give a Custom Tool Namespace for each edmx, then everything works fine.