NH works perfectly under .Net4 (I have 5 projects so far - 2 in Azure)

On Sun, Aug 22, 2010 at 12:00 PM, alexey_baranov <[email protected]> wrote:

> hi!
>
> I have mograter absolutery worhing project form 3.5 up to 4.0. The
> only staff compiler ask me is comment
> //using Iesi.Collections.Generic;
> and fix
> private ISet<Obj> _children= new HashedSet<Obj>();
> to
> private ISet<Obj> _children= new HashSet<Obj>();
>
> After running project I had runtime error
>
> Invalid Cast (check your mapping for property type mismatches); setter
> of Helpdesk.Folder
>
> so my question is NHibernate work under .NET 4.0?
>
> Thanks!
>
> --
> You received this message because you are subscribed to the Google Groups
> "nhusers" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<nhusers%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/nhusers?hl=en.
>
>


-- 
Fabio Maulo

-- 
You received this message because you are subscribed to the Google Groups 
"nhusers" 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/nhusers?hl=en.

Reply via email to