VB.net uses .vbproj, project files. It looks like you are trying to compile
a VB 6.0(or older) project, which is not the same language and so it isn't
supported by mono and vbnc.

Also even .vbproj aren't supported directly by the compiler, you need to
build them with a build tool (xbuild) or with an IDE (Monodevelop).

Hope it helps,

On Wed, Apr 8, 2009 at 1:26 AM, Jude DaShiell <[email protected]>wrote:

> Either I have the file format wrong for my tester.prj file or .prj files
> aren't yet implemented.  To make a real test I put the file together with
> the syntax below:
>
> about.vb
> inkey.vb
>
> The InkeyMethod contained in inkey.vb was used several times inside of
> about.vb.  Not valid identifier were the two errors I got when trying to
> do vbnc tester.prj.  Two other ways to do these includes were also
> identified.  Putting a link in for the file to be included and putting all
> the pieces in a project folder then compiling against that project folder
> would compile all that was found within the project folder.
>
> _______________________________________________
> Mono-vb mailing list
> [email protected]
> http://lists.ximian.com/mailman/listinfo/mono-vb
>



-- 
Rafael "Monoman" Teixeira
---------------------------------------
"To be creative means to be in love with life. You can be creative only if
you love life enough that you want to enhance its beauty, you want to bring
a little more music to it, a little more poetry to it, a little more dance
to it."
Osho
_______________________________________________
Mono-vb mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/mono-vb

Reply via email to