I get following exception when trying to generate the project:
Task 'SD.Tasks.Adapter.DbEditor.AddNewAspx' aborted the process.
Compilation of templates threw errors:
Error CS1010, at line: 386, pos: 84: Newline in constant
Error CS1056, at line: 390, pos: 37: Unexpected character '\'
Error CS1010, at line: 1366, pos: 84: Newline in constant
Error CS1056, at line: 1370, pos: 37: Unexpected character '\'
Error CS1009, at line: 1961, pos: 823: 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()
SD.LLBLGen.Pro.LptParser
Maybe doing something wrong here or...?