I am having trouble building my VB.NET 2005 solution.
This is just an example windows application with a
single form. I have tried:
        <target name="build">
                <solution configuration="release"
solutionfile="..\CCTCP.sln" />
        </target>

build:

 [solution] Starting solution build.

BUILD FAILED

Microsoft Visual Studio.NET 2005 solutions are not
supported.

Total time: 0.1 seconds.

I am now trying to write the build file by hand and I
am getting the error:

[vbc] vbc : error BC30420: 'Sub Main' was not found in
'Form1'.

This is not a console application so there is no Sub
Main, just the Form1_Load entry point.


All help greatly appreciated

MTIA

Mark



                
___________________________________________________________ 
To help you stay safe and secure online, we've developed the all new Yahoo! 
Security Centre. http://uk.security.yahoo.com


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. 
Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to