AuditInsertOfNewEntity/AuditUpdateOfExistingEntity Not Getting Called?

Posts   
 
    
KL
User
Posts: 11
Joined: 31-Aug-2006
# Posted on: 05-Feb-2009 07:00:08   

Hi,

I've just started to implement auditing for my application using .NET 2.0 (3.5) and LLBLGen 2.5 ( April 23, 2008 )... and have most of it working, except for some reason two of the entities I'm trying to audit is not working properly.

EDIT: Nevermind, I figured out my problem... I forgot to set my primary key in my entity which caused my auditor to behave incorrectly

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 05-Feb-2009 07:35:42   

Weird indeed. Plese do this:

  • Update to the latest runtime library version and try again.
  • Check if this is related to you (remoting scenario): http://llblgen.com/TinyForum/Messages.aspx?ThreadID=11597
  • If nothing of that helps, please prepare a mini repro solution (zipped, without dlls) so we can investigate further.
David Elizondo | LLBLGen Support Team