[Nant-users] Error in MAIL TASK

2005-04-21 Thread nospam
Hi,   I try to use Mail Task for the first time on my machine (running W2K server)   I got the following error: -- Error sending mail:Error enountered while sending mail message.Make sure that mailhost=localhost is valid       Exception h

RE: [Nant-users] RE: Nant & COM interop

2004-12-21 Thread nospam
Hi Gert, After I stuck with the task last time, I did not test & explore further with the approach. The last thing I remember, since every projects referenced to the same COM e.g ADODB.dll (ADO 2.6), the solution try to copy the same dll to the build directory, that causing error (no access I bel

RE: [Nant-users] Nant & COM interop

2004-12-03 Thread nospam
Dear Gert, Thanks for prompt reply. I will try and let you know. Hadzramin -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Friday, December 03, 2004 8:42 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [Nant-users] Nant & COM interop Hi, Can you try usi

RE: [Nant-users] Nant & COM interop

2004-12-03 Thread nospam
Hi Edwin & Gert, Thanks for your replies. See my answers below. Edwin >By chance, are you running NAnt with the WebUI solution open in VS.NET? The >reason I ask is that VS.NET tends to lock interop libraries. I have had >problems trying to clean my pro

[Nant-users] Nant & COM interop

2004-12-02 Thread nospam
Hi,   I need help on building a VS.NET project with COM interop. Try to searh on google and mail archive but no luck.   Anyone knows what is the best & simple way to build VSNET project that has interop   Thanks in advance   I got the following errors:   --