Hi,
I'm having a problem debugging an issue. It's definitely my issue, not LLBLGen.
The problem I've got is that the call stack at the crash is this:
[External Code]
DAL.dll!DAL.EntityClasses.SystemAttributeDefnEntityBase.InsertEntity() Line 768 + 0x23 bytes C#
[External Code]
DAL.dll!DAL.EntityClasses.RegistrationEntityBase.Save(SD.LLBLGen.Pro.ORMSupportClasses.IPredicate updateRestriction = null, bool recurse = true) Line 366 + 0x10 bytes C#
[External Code]
HelperClasses.dll!HelperClasses.Forms.frmRegistrationEdit.Save() Line 648 + 0x15 bytes C#
In a nutshell, I need to know what's happening in the second [External Code].
Is there a way of doing this? i.e. is there src code I can compile in debug mode so that when the crash happens I can inspect the parameters being passed to each method.
The actual error is
An exception was caught during the execution of an action query: Cannot insert the value NULL into column 'DISPLAY_ORDER', table 'SYSTEM_ATTRIBUTE_DEFN'; column does not allow nulls. INSERT fails.
The statement has been terminated.. Check InnerException, QueryExecuted and Parameters of this exception to examine the cause of this exception.
Details:
LLBLGen PRO designer: 1.0.2005.1.Final, July 6th 2006,
SD.LLBLGen.Pro.ORMSupportClasses.NET20.dll version: 1.0.20051.60719
C# 2.0, VS2005
Self-servicing
Thanks,
Alan