The table is emply.
1-I called BO.NewRow()
2- I filled the BO.Fields with some values without any problem and ...
The following error occured when I try BO.Save(). The BO is a simple table with Guid for some field. The BO Mapper builds fine.
I have no clue...
The event BeforeSave on the BO is not event called... A quickanswer will be greatly appreciated. Thanks in advance.
{"The given item name could not be evaluated. The item 'Owner' does not exist on the business object."}
P.S
I tried with a MaintenanceForm but i had the same error.
I am using SQL Server Express 2005