Hi, It looks like you don't have vbnc (the vb compiler) installed. Try executing 'vbnc' in a terminal, if it fails you need to install the mono-basic package (that's what it's called in OpenSuse, I think there are packages for ubuntu available now too, but they might be named differently).
Rolf > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:mono-list- > [EMAIL PROTECTED] On Behalf Of Darkalfx > Sent: miƩrcoles, 17 de septiembre de 2008 22:11 > To: [email protected] > Subject: [Mono-list] Cannot compile/run with VBnet. > > > I have unbuntu hardy. > > I just installed mono though the add/remove program. > > Everything went well. > > But every time I try to compile a VB program, even the default hello > world, > I get this: > > > Building Solution Tp_triangle > > Building Project: Tp_triangle (Debug) > Performing main compilation... > vbnc > - > out:"/home/darkalfx/Desktop/Tp_triangle/Tp_triangle/bin/Debug/Tp_triang > le.exe" > -nologo -utf8output -target:exe > "/home/darkalfx/Desktop/Tp_triangle/Tp_triangle/Application.vb" > "/home/darkalfx/Desktop/Tp_triangle/Tp_triangle/AssemblyInfo.vb" > > Build failed. ApplicationName='vbnc', > CommandLine='"@/tmp/tmp6e45ed27.tmp"', > CurrentDirectory='/home/darkalfx/Desktop/Tp_triangle/Tp_triangle', > PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr > /games' > > > How do I fix this? > > > -- > View this message in context: http://www.nabble.com/Cannot-compile-run- > with-VBnet.-tp19540135p19540135.html > Sent from the Mono - General mailing list archive at Nabble.com. > > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
