Linq to Sql saying that item by 'Customer' already exists. Choose a different name.
- by Anthony Potts
I have been going round and round with a linq to sql file while using svn for quite some time. The latest is that my dbml file shows as having an error which states that
An item named "Customer" already exists. Please choose a different name.
And then it repeats that again. In fact, it says it for almost every object. What is my fix? I have tried renaming the one named Customer, but that didn't fix it. I don't know where to go to fix this. I went to the .dbml file and don't see any duplication, and I went to the .dbml.layout file and didn't see any duplication there either.