You need to use Iesi.Collections.Generic.ISet<T>, not
System.Collections.Generic.ISet<T>

--
Mauricio



On Tue, Feb 8, 2011 at 12:02 PM, smiler <christ...@ntier.se> wrote:

> Okay, why is this preferred?
>
> The specialized versions do give me access to the methods that I need
> but when I tried to use ISet<Contract> for the property and
> HashSet<Contract> as backend for the property I got the following
> error when I'm calling the ActiveRecordStarter.Initialize() method:
>
>  Could not guess relation type for property Person.Contracts
>
> Why is this?
>
> /Christian
>
> --
> You received this message because you are subscribed to the Google Groups
> "Castle Project Users" group.
> To post to this group, send email to castle-project-users@googlegroups.com
> .
> To unsubscribe from this group, send email to
> castle-project-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/castle-project-users?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" group.
To post to this group, send email to castle-project-users@googlegroups.com.
To unsubscribe from this group, send email to 
castle-project-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/castle-project-users?hl=en.

Reply via email to