I'm generating codes for Castle ActiveRecord DAL. But when I copy classes to my project and try to build it I'm getting error about CountAll in DataObject.cs.
The error description is :
The name 'identifier' does not exist in the current context
Any idea?
Thanks
thats sounds like an activerecord problem as Countall lives in ActiveRecord code - what is your username for GENNIT?
onurbozkurt@kupyazilim.com
I guess onur solved it, but I got the same...
seems as If Castle.ActiveRecord.ActiveRecordBase.CountAll
was just
renamed to Castle.ActiveRecord.ActiveRecordBase.Count
cheers - johannes
Sending ...