Quite a number of you are working with multiple EDMX models in the same solution. This is a great DevForce feature, but we're still working out some kinks with the Visual Studio IDE. The next release will be much improved in this regard.
In the meantime, if you are getting license violation or compilation errors this process may solve the issue:
- Make sure you have checked out the EDMX and Designer.cs for each model and that they are writable.
- Run the custom tool for each .tt (right click and select "RunCustom Tool") and save the changes. Make sure to do this on the files with the .tt extension.
- It may help if you restart Visual Studio and try steps 1 and 2 again.
If you're still getting the license error, open the .Designer.cs files and copy the IBCore.IdeaBladeLicense and IbCore.IdeaBladeGuid attributes from one file to the other.
Edited by ting - 09-Jul-2010 at 12:43pm