EdisonCP / sharp-architecture

Automatically exported from code.google.com/p/sharp-architecture
Other
0 stars 0 forks source link

Latest fluent-nhibernate incompatible #106

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
1. Get latest fluent-nhibernate (r524)
2. Copy to \lib in the S#arp project
3. Build

Now VS complains that 
Error   1   The type or namespace name 'Conventions' could not be found (are
you missing a using directive or an assembly reference?)
D:\Work\Actify\OrderEntry3\app\OrderEntry3.Data\NHibernateMaps\AutoPersistenceMo
delGenerator.cs
42

And this is because conventions were changed in recent fluent-nhibernate
releases:
http://blog.jagregory.com/2009/03/11/fluent-nhibernate-conventions-rewrite/.

This is for SharpArchitecture_1.0.48.410_RC2.zip.

So there's a need for conventions system update.

Original issue reported on code.google.com by Sergey.P...@gmail.com on 10 Jun 2009 at 3:33

GoogleCodeExporter commented 8 years ago
The current checked in code is compliant with the latest Fluent NHibernate.  
(The VS 
template has not yet been updated but will for the RTM 1.0 release.)

Original comment by wmccaffe...@gmail.com on 16 Jun 2009 at 4:05