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 -~----------~----~----~----~------~----~------~--~---
