I have used these steps from a previous post to generate the manager templates.
- Using windows explorer, created a new folder in C:\Temp\Output\ named StepByStep
- Opened the Gallery.Core.TemplateSet.config template set
- Opened the eLogic.Framework.lgp project
- Selected Generate -> Run Single Task
- Selected CompileAndRunSingleLptTemplate
- Entered filenameFormat | ManagerBase.cs
- Selected ManagerBaseTemplate from the templateId drop down
- Set destinationFolder | StepByStep
- Clicked the Participating Objects tab (all items were selected)
- Clicked the Generator Specific Info tab
- Clicked Run Task
This results in the following exception:
Compilation of templates threw errors:
Error CS0246, at line: 94, pos: 9: The type or namespace name 'EntityDefinition' could not be found (are you missing a using directive or an assembly reference?)
-----[Core exception]--------------------
at SD.LLBLGen.Pro.LptParser.DotNetTemplateEngine.Perform(IGenerator executingGenerator, ITask taskDefinition, Hashtable parameters)
at SD.LLBLGen.Pro.GeneratorCore.Task.Perform(IGenerator executingGenerator)
at SD.LLBLGen.Pro.GeneratorCore.TaskGroup.Perform(IGenerator executingGenerator)
at SD.LLBLGen.Pro.GeneratorCore.Generator.Start(ITaskGroup tasksToExecute, Project projectDefinition, TemplateSetDefinition templateSet, ApplicationConfiguration configurationSettings)
at SD.LLBLGen.Pro.Tools.TemplateEditor.MainForm.RunTasks(ITaskGroup tasksToRun, Project projectToUse)
Anyone have any ideas?