I am using LLBLGen pro v2.5 right noe, lately we have decided to migrate it to v3.5. To ease up things i decided to convert the existing project file to the format supported by v3.5. I am using the template provided under "v2.x to v3.x migration templates" in Additional download section in the website(.http://www.llblgen.com/pages/PublicFilestreamer.aspx?DownloadID=243).
I did the exact steps mentioned in readme, but on clicking generate button , i am gettting following error.
Steps followed;
1) unpacked the zip v2xMigrationTemplates_date.zip to already installed v2.5 folder.
2) opened the lgp file, chosen 'LLBLGen Pro v3'. in template group.
3) I can see there is template V3ProjectBinding. Even if i chose it or not, i am getting the same error.
Compilation of templates threw errors:
Error CS0117, at line: 970, pos: 38: 'SD.LLBLGen.Pro.ApplicationCore.ProjectProperties' does not contain a definition for 'SyncRenamedFieldElementsAfterRefresh'
Error CS0117, at line: 1043, pos: 53: 'SD.LLBLGen.Pro.ApplicationCore.ProjectProperties' does not contain a definition for 'HideManyOneToOneRelatedEntityPropertiesFromDataBinding'
Below is the stack trace:
-----[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.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()
Please let me know where i am wrong in the process.