I am building an MVC 3 application with entity framework and I am pulling in information from two different entity models.
Each entity model has been given a custom namespace and each entity model has the table of 'customer'.
However, when I'm generating the partial classes, using the custom tool the table of 'Customer' cant be resolved in that partial classes.
How do I get the tables to resolve to the correct namespaces in that partial classes?
