[NAnt-users] Problem with VBC task

2006-10-12 Thread Ramya Niranjan
Hello,   I am facing a problem running the VBC task to build 3 of my projects. I have both .NET FW 1.1 and 2.0 on my machine. When I build Project A and Project B by targetting 1.1 FW, the build goes through fine, but when I build Project 3 (This has reference to Project A.dll and ProjectB.dll), t

RE: [Nant-users] Problem with vbc task

2004-03-24 Thread Bill.Martin
it to ..\ it works fine. Cheers, Bill -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: 23 March 2004 20:56 To: Bill Martin; [EMAIL PROTECTED] Subject:Re: [Nant-users] Problem with vbc task for issue 2 : the c# compiler first tries to resolves the

Re: [Nant-users] Problem with vbc task

2004-03-23 Thread Gert Driesen
- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, March 23, 2004 12:56 PM Subject: RE: [Nant-users] Problem with vbc task Big apologies for point 1 - It was me being stupid. I had closed the vbc tag in the wrong place with a bit of c

RE: [Nant-users] Problem with vbc task

2004-03-23 Thread Bill.Martin
Bill -Original Message- From: Bill Martin Sent: 23 March 2004 11:47 To: [EMAIL PROTECTED] Subject:[Nant-users] Problem with vbc task Hi Folks, I'm having a couple of problems with the vbc task and wonder if anyone can shed any light on them: 1) In one of th

[Nant-users] Problem with vbc task

2004-03-23 Thread Bill.Martin
Hi Folks, I'm having a couple of problems with the vbc task and wonder if anyone can shed any light on them: 1) In one of the projects, the author has defines a class with static methods on it. This is then imported into a second class so the methods may be used without reference to the clas