Maybe so. At any rate, here is how I solved it for anyone else with the same issue:
Download and install ilmerge: http://www.microsoft.com/downloads/thankyou.aspx?familyId=22914587-b4ad-4eae-87cf-b14ae6a939b0&displayLang=en Run: "C:\Program Files\Microsoft\ILMerge\ilmerge.exe" /target:library / out:NHibernate.dll NHibernate.dll NHibernate.ByteCode.Castle.dll Use this config: proxyfactory.factory_class = NHibernate.ByteCode.Castle.ProxyFactoryFactory, NHibernate Seems to work great so far. We set the config properties mostly in code to not have to repeat a bunch of stuff in all our config files so the breaking change to the config was less of a problem. On Aug 5, 9:35 am, Fabio Maulo <[email protected]> wrote: > 2009/8/5 webpaul <[email protected]> > > > > > We have dozens of smaller projects so it is a pain and again, the VSTS > > tests don't work at all with it. In the above link you can also see > > MBUNit and Resharper has a problem as well. > > We have dozens of projects without the problem you are talking about. > Some project using Castle and one using Spring. > In uNhAddIns we have adapters and examples (with tests obviously) using > Castle, LinFu and Spring without any kind of problems. > Perhaps is only a matter of organization. > > -- > 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 -~----------~----~----~----~------~----~------~--~---
