I'm trying to generate the GUI application in llblgen pro version 2.0. I am able to use the regular adapter to create the DAL by itself.
I select Adapter/.NET 2.0/C#
Template Bindings: SD.AdditionalTemplates.DBEditor.NET2.0
Tasks to Queue: DbEditor
I get an error 'SD.Tasks.Adapter.DbEditor.AddNewAspx' aborted the process
Compilation of templates threw errors:
Error CS1010, at line: 385, pos: 84: Newline in constant
Error CS1056, at line: 389, pos: 37: Unexpected character '\'
Error CS1010, at line: 1534, pos: 84: Newline in constant
Error CS1056, at line: 1538, pos: 37: Unexpected character '\'
Error CS1009, at line: 2154, pos: 817: Unrecognized escape sequence
-----[Core exception]--------------------
at SD.LLBLGen.Pro.LptParser.DotNetTemplateEngine.Perform(IGenerator executingGenerator, ITask taskDefinition, Dictionary2 parameters)
at SD.LLBLGen.Pro.ApplicationCore.Tasks.Task.Perform(IGenerator executingGenerator, LogNode parentNode)
at SD.LLBLGen.Pro.ApplicationCore.Tasks.TaskGroup.Perform(IGenerator executingGenerator, LogNode parentNode)
at SD.LLBLGen.Pro.ApplicationCore.Tasks.TaskGroup.Perform(IGenerator executingGenerator, LogNode parentNode)
at SD.LLBLGen.Pro.ApplicationCore.Tasks.TaskGroup.Perform(IGenerator executingGenerator, LogNode parentNode)
at SD.LLBLGen.Pro.GeneratorCore.Generator.Start(ITaskGroup tasksToExecute, Project projectDefinition, Language languageToUse, Platform platformToUse, List
1 templateBindingsToUse, String templateGroupToUse, ApplicationConfiguration configurationSettings)
at SD.LLBLGen.Pro.Gui.Forms.MainWindow.StartGeneratorProcess()
When I select
select Adapter/.NET 2.0/C#
Template Bindings: SD.AdditionalTemplates.DBEditor.NET2.0
Tasks to Queue: General2005withDbEditor
I get an error 'SD.Tasks.Adapter.EntityCollectionClassGenertor' aborted the process
Compilation of templates threw errors:
Error CS1010, at line: 385, pos: 84: Newline in constant
Error CS1056, at line: 389, pos: 37: Unexpected character '\'
Error CS1010, at line: 1534, pos: 84: Newline in constant
Error CS1056, at line: 1538, pos: 37: Unexpected character '\'
Error CS1009, at line: 2154, pos: 817: Unrecognized escape sequence
-----[Core exception]--------------------
at SD.LLBLGen.Pro.LptParser.DotNetTemplateEngine.CompileForTDLIncludeTemplates(IGenerator executingGenerator, ITask taskDefinition)
at SD.LLBLGen.Pro.TaskPerformers.CodeEmitter.Perform(IGenerator executingGenerator, ITask taskDefinition, Dictionary2 parameters)
at SD.LLBLGen.Pro.ApplicationCore.Tasks.Task.Perform(IGenerator executingGenerator, LogNode parentNode)
at SD.LLBLGen.Pro.ApplicationCore.Tasks.TaskGroup.Perform(IGenerator executingGenerator, LogNode parentNode)
at SD.LLBLGen.Pro.ApplicationCore.Tasks.TaskGroup.Perform(IGenerator executingGenerator, LogNode parentNode)
at SD.LLBLGen.Pro.GeneratorCore.Generator.Start(ITaskGroup tasksToExecute, Project projectDefinition, Language languageToUse, Platform platformToUse, List
1 templateBindingsToUse, String templateGroupToUse, ApplicationConfiguration configurationSettings)
at SD.LLBLGen.Pro.Gui.Forms.MainWindow.StartGeneratorProcess()