Does NHibernate work with .NET 4?
I noticed that I got a barrage of compilation errors when developing in .NET4 but they went away when I compiled the project with .NET3.5 support.
Thanks!
-Nick
2 people watching.
-
New Issue
-
Conversation Started
The Fluent NHibernate staff has started a conversation to resolve this discussion.
-
Close the discussion Close the discussion
Private Permissions
This discussion is private. Only you and Fluent NHibernate support staff can see and reply to it.
Recent Discussions
| 09 Dec, 2010 09:42 AM | Property formula is not working. | |
| 08 Dec, 2010 05:24 PM | Setting length on composite -key property | |
| 02 Dec, 2010 09:33 PM | Setting Component as Unique Key | |
| 02 Dec, 2010 07:29 PM | Conventions for ICompositeUserTypes and field overrides | |
| 26 Nov, 2010 01:24 PM | Maping details collection using interface for detail |
| 22 Nov, 2010 09:59 PM | Mapping a view without a unique id column | |
| 22 Nov, 2010 09:27 PM | <many-to-one> and access setting | |
| 18 Nov, 2010 03:32 PM | Control the name of the Primary Key and Unique Constraint Names | |
| 18 Nov, 2010 03:00 PM | ForeignKeyConstraintName for References | |
| 14 Nov, 2010 12:40 PM | SQLite Versioning Configuration Question |
2 Posted by Nick Martin on 24 Sep, 2010 07:07 PM
Fluent NHibernate that is...
Support Staff 3 Posted by James Gregory on 24 Sep, 2010 07:13 PM
What kind of errors? I'm pretty sure people are using it with 4
4 Posted by Nick Martin on 24 Sep, 2010 07:48 PM
Specifically it complained that it could not find NHibernate or FluentNHibernate. Even though those assemblies were referenced by the project.
Support Staff 5 Posted by James Gregory on 24 Sep, 2010 08:12 PM
Afaik, you'll need to rebuild them both from source.