I had changed some table relationships in my SQLServer database, so in LLBLGenPro I refreshed the catalog then generated the code using Self Servicing Two Class Full/Safe Vs 2005.
When I went back to Visual Studio and did Build I received warnings of duplicate classes in the MyProject.Data.RelationClasses and discovered that a duplicate set of RelationClasses had been created in a RelationClasses subfolder under ValidatorClasses.
I deleted this folder and Generated again and the subfolder was not replaced, but then the project still would not build because it was looking for the deleted classes.
Finally I deleted the whole data folder and re-generated it. As I'm in the early stages of this project this was not a problem.
Has any one else experienced this behaviour?
Before I changed the relationships in SQL, I had been looking in LLBLGenPro to see if it was possible to edit an existing relationship in respect of its cascade-update and cascade delete properties. Perhaps I inadvertently did something to cause this to happen but that seems unlikely.