I'm trying to use SubSonic for a new project with an existing database but when I try to build the project after generating the SubSonic files I'm getting these same two exceptions on different classes:
- Partial declarations of 'MyData.UserCollection' must not specify different base classes
- Type 'MyData.UserCollection' already defines a member called 'UserCollection' with the same parameter types
I'm able to successfully build a new project using the Northwind DB so I believe the error has something to do with the way the tables are setup but I'm not sure where to go from there. Any help is appreciated.