Re: task GacCache / AppDomain construction (was : Re: Re: Re: [nant-dev] Bugs)

2004-09-04 Thread Matthew Mastracci
Okay - I added code to recreate the AppDomain within the GacCache each time we do a project build. Even though it might not be necessary, it should ensure that we "trim the fat" by getting rid of all the stuff we loaded into the AppDomain during the project run. Since we keep the results of previ

Re: task GacCache / AppDomain construction (was : Re: Re: Re: [nant-dev] Bugs)

2004-09-04 Thread Gert Driesen
- Original Message - From: "Matthew Mastracci" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]> Cc: "Jackfan" <[EMAIL PROTECTED]>; "Nant-Developers (E-Mail)" <[EMAIL PROTECTED]> Sent: Saturday, September 04, 2004 4:40 PM Subject: Re: task GacCache / AppDomain construction (was

Re: task GacCache / AppDomain construction (was : Re: Re: Re: [nant-dev] Bugs)

2004-09-04 Thread Matthew Mastracci
> Matthew : the problem is that we use one GacCache for the complete run of > the solution, so any assembly that is loaded will be locked for the entire > run. That's why I initially created a new gaccache wherever we needed one, > but you changed that for performance reasons ... I definitely ha

Re: task GacCache / AppDomain construction (was : Re: Re: Re: [nant-dev] Bugs)

2004-09-04 Thread Gert Driesen
- Original Message - From: "Jackfan" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]> Sent: Saturday, September 04, 2004 9:35 AM Subject: Re: task GacCache / AppDomain construction (was : Re: Re: Re: [nant-dev] Bugs) Dear Gert Driesen: I don't define office.dll to GAC, just p

task GacCache / AppDomain construction (was : Re: Re: Re: [nant-dev] Bugs)

2004-09-04 Thread Gert Driesen
Would it be possible to provide me a small, cleaned up repro for that issue ? I think I know what might be causing this, but I'd like to have a test case to verify it. Matthew : the problem is that we use one GacCache for the complete run of the solution, so any assembly that is loaded will be