VB.Net run error on UBUNTU 9.04

View: New views
3 Messages — Rating Filter:   Alert me  

VB.Net run error on UBUNTU 9.04

by DaveMatel :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

My operating system in Linux Ubuntu New.Distribution.release.9.04.

I have installed monodevelop 2.0

I created the Hello World vb and did a run and got this error.


Building: MyFirstVBMonoApplication (Debug)

Building Solution MyFirstVBMonoApplication

Building: MyFirstVBMonoApplication (Debug)
Performing main compilation...
vbnc "-out:/home/davematel444/MyFirstVBMonoApplication/MyFirstVBMonoApplication/bin/Debug/MyFirstVBMonoApplication.exe" -nologo -utf8output -debug:full -optionstrict- -optionexplicit+ -optioncompare:binary -optioninfer- -target:exe  "/home/davematel444/MyFirstVBMonoApplication/MyFirstVBMonoApplication/Application.vb" "/home/davematel444/MyFirstVBMonoApplication/MyFirstVBMonoApplication/AssemblyInfo.vb"

Build failed. ApplicationName='vbnc', CommandLine='"@/tmp/tmp24ae44e1.tmp"', CurrentDirectory='/home/davematel444/MyFirstVBMonoApplication/MyFirstVBMonoApplication'



Re: VB.Net run error on UBUNTU 9.04

by eng16danbo :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

DaveMatel wrote:
My operating system in Linux Ubuntu New.Distribution.release.9.04.

I have installed monodevelop 2.0

I created the Hello World vb and did a run and got this error.


Building: MyFirstVBMonoApplication (Debug)

Building Solution MyFirstVBMonoApplication

Building: MyFirstVBMonoApplication (Debug)
Performing main compilation...
vbnc "-out:/home/davematel444/MyFirstVBMonoApplication/MyFirstVBMonoApplication/bin/Debug/MyFirstVBMonoApplication.exe" -nologo -utf8output -debug:full -optionstrict- -optionexplicit+ -optioncompare:binary -optioninfer- -target:exe  "/home/davematel444/MyFirstVBMonoApplication/MyFirstVBMonoApplication/Application.vb" "/home/davematel444/MyFirstVBMonoApplication/MyFirstVBMonoApplication/AssemblyInfo.vb"

Build failed. ApplicationName='vbnc', CommandLine='"@/tmp/tmp24ae44e1.tmp"', CurrentDirectory='/home/davematel444/MyFirstVBMonoApplication/MyFirstVBMonoApplication'

Hi.
Dear DaveMatel

A similar problem has occurred in me.
Aren't it good to execute the following commands simply?

sudo vbnc "-out:/home/davematel444/MyFirstVBMonoApplication/MyFirstVBMonoApplication/bin/Debug/MyFirstVBMonoApplication.exe" -nologo -utf8output -debug:full -optionstrict- -optionexplicit+ -optioncompare:binary -optioninfer- -target:exe  "/home/davematel444/MyFirstVBMonoApplication/MyFirstVBMonoApplication/Application.vb" "/home/davematel444/MyFirstVBMonoApplication/MyFirstVBMonoApplication/AssemblyInfo.vb"

The compilation succeeded for me in the following commands though it was C#.

sudo mcs <file-name>.cs

I'm sorry for the examination when differing.

Thanks!

Re: VB.Net run error on UBUNTU 9.04

by Jo Shields-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Sun, 2009-10-11 at 23:19 -0700, eng16danbo wrote:
> sudo mcs <file-name>.cs

Um, why do you need to be root to run a compiler?


_______________________________________________
Pkg-mono-devel mailing list
Pkg-mono-devel@...
http://lists.alioth.debian.org/mailman/listinfo/pkg-mono-devel

signature.asc (500 bytes) Download Attachment