I should have checked a little closer before asking.  I also built
Rhino.Commons today, and I am using the NHibernate.dll from that
build.  It appeared exactly the same as the one from NH.Linq -- same
version and file size (to the byte).  However, Reflector shows it's
not the same -- specifically it does not contain
SessionFactoryImpl.TryGetGuessEntityName.  I switched to use the
version from the NH.Linq build, and so far Rhino.Commons seems okay
with it.  At least all my tests are passing.  I guess both projects
are building NH from the trunk and that's why version number is not
very meaningful.  Funny that file size was exactly the same tho.


On Nov 5, 11:56 am, "Chad Lee" <[EMAIL PROTECTED]> wrote:
> It sounds like your app is referencing a different version of NHibernate
> than the one you built NH.Linq with -- thats the only way I see you would
> get a MissingMethodException.  Otherwise, you should get compiler errors
> when you build NH.Linq if a method in NH was moved somewhere.
>
> On Wed, Nov 5, 2008 at 11:52 AM, Tim Scott <[EMAIL PROTECTED]> wrote:
>
> > I just built NHibernate.Linq from the trunk.  Now I get this on all
> > queries:
>
> > System.MissingMethodException: Method not found: 'System.String
>
> > NHibernate.Engine.ISessionFactoryImplementor.TryGetGuessEntityName(System.Type)'.
>
> > It's on line 129 of AssociationVisitor.
>
> > Suggestions?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"NHibernate Contrib - Development Group" 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.ar/group/nhcdevs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to