a newbie question here...
I've created an entity data model (.edmx) file in one project and now it's sitting there looking beautiful with complex types defined and diagrams all spaced properly..
Then I started a new project and try to reuse the same file by adding it to the project... I get a bunch of errors sayings it's not pointing to the right project...
I tried to just copy the entire model into a new model and get a bunch of reference errors.
How do I do this? surely it can't be this hard...
I can of course import from the database but I don't get the complex types etc and remapping them is PIA.