[mono-vb] Mono 3.2.3 & 3.0.6 on Windows 7 platform: VBNC2017: The library 'Microsoft.VisualBasic.dll' could not be found

Klaus Siebke ksiebke at web.de
Fri Jan 31 14:40:56 UTC 2014


Hi,

after a fresh Windows 7 install I tried the vbnc compiler with both, Mono
3.0.6 & Mono 3.2.3.
Unfortunately I was not able to compile this short test program:

test.vb:
------------------------
Public Class Application
	Public Shared Sub Main()
		System.Console.WriteLine("Hello world!")
	End Sub
End Class
------------------------

*E:\vbnet>vbnc test.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.7110224*

I tried the same with mono 2.2 on my old Windows XP box without any
problems:
*
D:\source\mono\vbnet>vbnc test.vb
Visual Basic.Net Compiler version 0.0.0.5913 (Mono 2.2 - r)
Copyright (C) 2004-2008 Rolf Bjarne Kvinge. All rights reserved.


Assembly 'test, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' saved
suc
cessfully to 'D:\source\mono\vbnet\test.exe'.
Compilation successful
Compilation took 00:00:02.4690000*

Does anybody know how to resolve this issue?

Thanks,
Klaus




--
View this message in context: http://mono.1490590.n4.nabble.com/Mono-3-2-3-3-0-6-on-Windows-7-platform-VBNC2017-The-library-Microsoft-VisualBasic-dll-could-not-be-fd-tp4661823.html
Sent from the Mono - VB mailing list archive at Nabble.com.


More information about the Mono-vb mailing list