One of the disadvantages is, since it is one package it is *hard* to do cherry picking deployment to the production. Such, you need an amended/updated version of DynamicProxy, which is not supposed to effect nor cause any change in NH, you'll need to update that whole big dll instead of a partial deployment.
The other thing is, this is not NH related but in general with ilmerge, you loose the lazy loading of assemblies(load them up to appdomain if/when they are needed) if you are not doing some fancy multi module work arounds. The last thing is, my preference and taste, I like to see all the dll s seperately in my bin folder to be aware of what I am using, and what version, sign them seperately if I need to. While working with NH, I don't think any of the above is a reason to avoid IL Merge in most cases though. On Wed, Oct 29, 2008 at 12:20 AM, Tiago Jesus <[EMAIL PROTECTED]> wrote: > ok > > 2008/10/28 Tuna Toksöz <[EMAIL PROTECTED]> > >> I don't think so, maybe someone who used ILMerge more extensively can >> respond better. >> >> >> On Wed, Oct 29, 2008 at 1:17 AM, Tiago Jesus <[EMAIL PROTECTED]>wrote: >> >>> Tuna, >>> >>> About use ilmerge, there are any disadvantage when use this technique? >>> >>> 2008/10/28 Tuna Toksöz <[EMAIL PROTECTED]> >>> >>>> You'll need Castle.DynamicPRoxy and Castle.Core as well. >>>> >>>> However, you can use ilmerge to merge'em all. >>>> >>>> >>>> On Wed, Oct 29, 2008 at 12:26 AM, Tiago Jesus <[EMAIL PROTECTED]>wrote: >>>> >>>>> Hi Guys, >>>>> >>>>> The Nhibernate works with only the nhibernate.dll? >>>>> >>>>> -- >>>>> ------------------------------------------ >>>>> Tiago Oliveira de Jesus >>>>> [EMAIL PROTECTED] >>>>> Cel: 84 8824-0558 >>>>> >>>>> >>>>> >>>> >>>> >>>> -- >>>> Tuna Toksöz >>>> >>>> Typos included to enhance the readers attention! >>>> >>>> >>>> >>> >>> >>> -- >>> ------------------------------------------ >>> Tiago Oliveira de Jesus >>> [EMAIL PROTECTED] >>> Cel: 84 8824-0558 >>> >>> >>> >> >> >> -- >> Tuna Toksöz >> >> Typos included to enhance the readers attention! >> >> >> > > > -- > ------------------------------------------ > Tiago Oliveira de Jesus > [EMAIL PROTECTED] > Cel: 84 8824-0558 > > > > -- Sidar Ok http://www.sidarok.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
