We are upgrading all our references for Devforce from 2010 to 2012 and for Cocktail from 1.0.0 to 2.4.3. Also we do have a valid license key for devforce 2010.
For this, I installed Ideablade.Devforce.Core 7.2.2 and Ideablade.Devforce.Server 7.2.2 through Nuget package manager and used the dlls(updated ones) by putting them in a common solution folder.
So,now all my references are updated to 7.2.2. But since ihad to move to VS 2012 my edmx.tt file had to be regenerated by saving the edmx file once again....When I do so...i get following error:
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.VisualStudio.OM.CodeGenerator.Metadata.EdmxWrapper.CheckLicenseKey(EdmxWrapper edmx)
at IdeaBlade.VisualStudio.OM.CodeGenerator.Metadata.EdmxWrapper.LoadFrom(String edmxFileName, IEnumerable`1& errors)
at IdeaBlade.VisualStudio.OM.CodeGenerator.BaseDomainModelTemplate.Generate()
at Microsoft.VisualStudio.TextTemplating8C7D306F0A3A9F4C058A94859CCFE90DCAE815F443212933345D321CC9908EAB8B304A557C770A58456795C1F2FBB475F432CC3EDF97D1D389E0FD556F4E3E25.GeneratedTextTransformation.TransformText() in c:\SPO\APOUpgradationWork\PerformanceOptimizer\DomainModel.win\SPOdb.edmx.tt:line 9 c:\SPO\APOUpgradationWork\PerformanceOptimizer\DomainModel.win\SPOdb.edmx.tt 9 1 DomainModel.win
Why is this so..??
What should i do to upgrade to the full version of 2012 instead of the Express edition?