Hi,
I have picked up a project that is nearing completion and has been created using LLBL Gen Pro. I am totally new to this technology.
A table has been deleted in the database (table name: DeliveryLocationGroups). Within the LLBL project the table is still in the entity list. I have done a catalog refresh which removed the entity from the list, there were no errors from doing this. I am using SQL Server 2008.
I selected to generate the code, the destination root folder is where the most recent generated code already exists.
Target platform = .NET2.0
Language = c#
Template Group = SelfServicing
//Code is generated using LLBLGen Pro version: 2.6
// Code is generated on: 01 July 2009 22:32:27
// Code is generated using templates: SD.TemplateBindings.SharedTemplates.NET20
// Templates vendor: Solutions Design.
// Templates version:
There were no errors from the code generation.
I Opened the project generated by LLBL in my development environment.
Build failed - DeliveryLocationGroupsFieldIndex could not be found. The DeliveryLocationGropsCollection class still existed which is where the errors were. I would have expected this file to have been removed.
I deleted the file and built again. This time errors in the DeliveryLocationGroupsEntityBase class (another file I thought would have been removed).
Again I deleted the offending file and built again.
Error in the DeliveryLocationGroupsEntity class this time. (Deleted and built again).
2454 errors in various classes.
If I set the code generator to generate the code in a brand new folder, it compiles fine, but then when I try to build the rest of the application I get build errors due to methods which have been added to the generated code files no longer being present, so I can't really venture down this route.
Please can someone point me in the correct direction to solve this issue, I have looked for settings when generating the code but can't find anything obvious I am missing.
Thanks
David