Bug 514630 - VB.NET binding doesn't check for existence of vbnc
Summary: VB.NET binding doesn't check for existence of vbnc
Status: RESOLVED DUPLICATE of bug 349485
Alias: None
Product: MonoDevelop
Classification: Mono
Component: VB.Net Binding (show other bugs)
Version: unspecified
Hardware: PC Other
: P5 - None : Normal
Target Milestone: ---
Assignee: Rolf Kvinge
QA Contact: MD Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-19 09:06 UTC by Tom Groff
Modified: 2009-06-22 07:40 UTC (History)
0 users

See Also:
Found By: Community User
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***