Hi everybody, I have another problem. I have a base type that just contains very generic serialize() and deserialize() functions. This type inherits from ActiverecordBase<BaseType>. But, since I don't want a table to be created for this type, I have [ActiveRecordSkip()] attribute over it. The problem now is whenever I try to do a Find() from one of its derived types, it says the BaseType is not initialized. I don't know what the problem is. Any help is greatly appriciated.
devmet --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en -~----------~----~----~----~------~----~------~--~---
