mono-basic vbnc command failed

KISHIMOTO, Makoto ksmakoto at dd.iij4u.or.jp
Thu Apr 4 10:03:18 UTC 2013


Hello,

Package mono-basic's vbnc command failed with error,
Error : VBNC2017: The library 'Microsoft.VisualBasic.dll' could not be found.

Does anyone know something about this?

following is result of commands.
====

$ vbnc2 HelloVB.vb
Visual Basic.Net Compiler version 0.0.0.5943
Copyright (C) 2004-2010 Rolf Bjarne Kvinge. All rights reserved.

Assembly 'HelloVB, Version=0.0, Culture=neutral, PublicKeyToken=null' saved successfully to '/home/ksmakoto/sample/csharp/HelloVB.exe'.
Compilation successful
Compilation took 00:00:01.3062300

$ rm HelloVB.exe

$ vbnc HelloVB.vb
Visual Basic.Net Compiler version 0.0.0.5943
Copyright (C) 2004-2010 Rolf Bjarne Kvinge. All rights reserved.

Error : VBNC2017: The library 'Microsoft.VisualBasic.dll' could not be found.
There were 1 errors and 0 warnings.
Compilation took 00:00:00.2594280


More information about the freebsd-mono mailing list