RE: [Nant-users] VBC to Compile Windows - Sub Main Not Found

2004-10-08 Thread Ereno, Lainie (Consultant)
inie (Consultant)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 07, 2004 10:23 PM Subject: [Nant-users] VBC to Compile Windows - Sub Main Not Found >I am trying to use Nant to compile a VB.NET Windows application. My > application does not u

Re: [Nant-users] VBC to Compile Windows - Sub Main Not Found

2004-10-07 Thread Gert Driesen
]> Sent: Thursday, October 07, 2004 10:23 PM Subject: [Nant-users] VBC to Compile Windows - Sub Main Not Found I am trying to use Nant to compile a VB.NET Windows application. My application does not use "Sub Main" as an entry point. Instead it uses a Windows Form called "SendEma

[Nant-users] VBC to Compile Windows - Sub Main Not Found

2004-10-07 Thread Ereno, Lainie (Consultant)
Title: VBC to Compile Windows - Sub Main Not Found I am trying to use Nant to compile a VB.NET Windows application.  My application does not use "Sub Main" as an entry point.  Instead it uses a Windows Form called "SendEmail" which contains a public sub "SendEmail_Load".  The Windows Form "Sen