Bug 514630

Summary: VB.NET binding doesn't check for existence of vbnc
Product: [Mono] MonoDevelop Reporter: Tom Groff <tom.Groff51>
Component: VB.Net BindingAssignee: Rolf Kvinge <rkvinge>
Status: RESOLVED DUPLICATE QA Contact: MD Bugs <monodevelop-bugs>
Severity: Normal    
Priority: P5 - None    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Other   
Whiteboard:
Found By: Community User Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Tom Groff 2009-06-19 09:06:17 UTC
Description of Problem:

Upgraded to Ubuntu 9.04
Opened MonoDevelop and started a VB.NET Console Project.

Steps to reproduce the problem:

1. Open a new Console project in MonoDevelop 2.0
2. Run the Hello World program.


Actual Results:

Fails.

--------------
Building: ConsoleTest (Debug)

Building Solution ConsoleTest

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

Build failed. ApplicationName='vbnc', CommandLine='"@/tmp/tmp70055a02.tmp"', CurrentDirectory='/home/tgroff/ConsoleTest/ConsoleTest'
--------------

Expected Results:
Hello?

How often does this happen? 

Every Time.

Additional Information:
Comment 1 Michael Hutchinson 2009-06-19 18:44:45 UTC
Most likely you don't have vbnc installed. Ubuntu splits Mono into many small packages, so users often find that they're missing libraries and tools that would be expected as part of a Mono installation on other distros, e.g. openSUSE.

Also, please don't set priority on bugs, especially "critical". We'll do that after triaging them.

Renaming bug to reflect the actual issue.
Comment 2 Rolf Kvinge 2009-06-22 07:40:13 UTC
This issue has already been filed.

*** This bug has been marked as a duplicate of bug 349485 ***