I'm not yet sure what causes this... When calling a recursive save I get an error sayin I'm trying to save a related object with only NULL values, which of course causes a primary key violation.
So for a quick fix I'm wondering if anybody else has experienced this behaviour, and if it is in any way possible to skip saving the empty entities without interrupting the recursive save. I'm able to catch these entities in the OnSave event.
I'm running LLBLGen Pro 2.0.0.0
I'll keep you updated.
Rodtan