FW: [Nant-users] Nant & COM interop

2004-12-06 Thread Hadzramin AR
27;Gert Driesen' Subject: RE: [Nant-users] Nant & COM interop Dear Gert, No I got the following errors, [solution] D:\websource\ViewPoint\WebUI\SearchControl.vb(37) : error BC30560: 'VpDataWrap' is ambiguous in the namespace 'VPDal5'. [solution]

FW: [Nant-users] Nant & COM interop

2004-12-05 Thread Hadzramin AR
2:54 PM To: 'Gert Driesen' Subject: RE: [Nant-users] Nant & COM interop Dear Gert, I got the following error when using the nightly build. What I did was copying the nightly build in to the 0.84 bin folder... Is it right to do

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

Re: [Nant-users] Nant & COM interop

2004-12-03 Thread Gert Driesen
3, 2004 1:36 PM Subject: RE: [Nant-users] Nant & COM interop 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

RE: [Nant-users] Nant & COM interop

2004-12-03 Thread nospam
7; [Debug]... [solution] Copying references: [solution] - System.Web [solution] - System.Data [solution] - System.XML [solution] - System.Windows.Forms [solution] - ADODB [solution] - System [solution] - VPDal5 [solution] C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\bin\tlbim

RE: [Nant-users] Nant & COM interop

2004-12-02 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
worth checking…   --Edwin   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, December 02, 2004 1:58 AM To: [EMAIL PROTECTED] Subject: [Nant-users] Nant & COM interop   Hi,   I need help on building a VS.NET project with COM int

[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:   --