How to solve "error VBNC30737" #20848
Unanswered
angie-dotNet
asked this question in
Q&A
Replies: 2 comments 1 reply
-
|
Your |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
VBNC is no longer maintained. I suggest using vbc instead. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I wrote my first Mono code and after compilation I got this message:
"Visual Basic.Net Compiler version 0.0.0.5943 (Mono 4.0.1 - tarball)
Copyright (C) 2004-2010 Rolf Bjarne Kvinge. All rights reserved.
vbnc : error VBNC30737: No accessible 'Main' method with an appropriate signature was found in 'Main'.
There were 1 errors and 0 warnings.
Compilation took 00:00:00.5799180"
Code is:
Option Strict Off
Option Explicit On
Imports system.console
Imports system.io
public class compiler
shared function Main (A As Integer()) as integer
Dim i As Integer
Dim j As Integer
End function
end class
Can somebody tell me where is the problem?
Thanks in advance
Ana
Beta Was this translation helpful? Give feedback.
All reactions