I think I may have come across a bug that occurs when once renames entities...
I renamed some of my entities after my project had already been generated at least once. The csproj file for the generic project (I'm using adapters) ended up containing duplicate entries from the source files affected by my entity name changes.
Another clue to tracking this down. The name changes I made to the entities involved ONLY case changes.
Maybe there is a bug related to string comparisons of entity names related to case sensitivity that is causing this.
Thanks
(For the sake of users who may doing searches in this forum on the VS2005 error that results when compiling with duplicate entries in the csproj file...
The item was specified more than once in the "Sources" parameter. Duplicate items are not supported by the "Sources" parameter.)