Skip to main content

Microsoft Silverlight

Answered Question EDM - Multiple Definition with identical SignaturesRSS Feed

(0)

matkwan
matkwan

Member

Member

23 points

52 Posts

EDM - Multiple Definition with identical Signatures

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

matkwan
matkwan

Member

Member

23 points

52 Posts

Answered Question

Re: EDM - Multiple Definition with identical Signatures

I found the solution to this problem.

I have to give a Custom Tool Namespace for each edmx, then everything works fine.

  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities