When I try to build edmx , I am getting this following error Error 1 Running transformation: IdeaBlade.Core.IdeaBladeLicenseException: This is an 'Express' version of IdeaBlade DevForce and is limited to building domain models with no more than 10 entity types. at IdeaBlade.EntityModel.Edm.Metadata.EdmxWrapper.CheckLicenseKey(EdmxWrapper edmx) at IdeaBlade.EntityModel.Edm.Metadata.EdmxWrapper.LoadFrom(String edmxFileName, IEnumerable`1& errors) at IdeaBlade.VisualStudio.OM.CodeGenerator.DomainModelTemplate.Generate() at Microsoft.VisualStudio.TextTemplatingC36AD6EFCA015E70843B5CE62DBD0C10.GeneratedTextTransformation.TransformText() in c:\Projects\Mos\Source\Development\Mos\Model\RsaMisModel.edmx.tt:line 16 at Microsoft.VisualStudio.TextTemplating.TransformationRunner.RunTransformation(TemplateProcessingSession session, String source, ITextTemplatingEngineHost host, String& result) 1 1
I think this is because of limited to 10 entity types. what I need to do about this , if i want to add more than 10 entity types. with regards, sarmatvs
|