Bugzilla – Bug 514630
VB.NET binding doesn't check for existence of vbnc
Last modified: 2009-06-22 07:40:13 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:
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.
This issue has already been filed. *** This bug has been marked as a duplicate of bug 349485 ***