hi andy, On 06/12/05, Andrew Stopford <[EMAIL PROTECTED]> wrote: > By default MbUnit does not install to the GAC, if do need to install these > manually. > > On a wider note would folk want MbUnit to install MbUnit.Framework.dll to > the GAC ?
i would encourage you not to do this, if you can avoid it. we've fought this several times with nunit which does install itself in the gac. if you have multiple versions of nunit installed on your machine (which i generally do) visual studio has a bad habit of resolving a reference to the version that you least expect it to (hint path -- ha!) which can lead to some pretty irritating failures. i have also never found a good reason to put anything in the gac unless it was mandated by some crappy framework (the gac is also viral than the perceived virulence of the gpl). cheers, owen. -- Owen Rogers | http://dotnetjunkies.com/weblog/exortech | CruiseControl.NET - http://ccnet.thoughtworks.com
