RE: [Nant-users] Load tasks acting weird - part 2

2005-06-02 Thread Bill Martin
: 01 June 2005 21:48 To: Malcolm Anderson; nant-users@lists.sourceforge.net Subject: Re: [Nant-users] Load tasks acting weird - part 2 ok, this is weird gives me the same error, so I can't even hard code the path. I can however hard code the assembly That worked, so at least I can loa

RE: [Nant-users] Load tasks acting weird - part 2

2005-06-01 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Malcolm Anderson > Sent: woensdag 1 juni 2005 22:48 > To: Malcolm Anderson; nant-users@lists.sourceforge.net > Subject: Re: [Nant-users] Load tasks acting weird - part 2 &

Re: [Nant-users] Load tasks acting weird - part 2

2005-06-01 Thread Malcolm Anderson
ok, this is weird gives me the same error, so I can't even hard code the path. I can however hard code the assembly That worked, so at least I can load the assemblies with out having to just dump all of nantcontrib/bin into the nant/bin as some posters have suggested. Thanks Malcolm ---