fork download
  1. Protected Sub Page_Init(sender As Object, e As System.EventArgs) Handles Me.Init
  2.  
  3. End Sub
  4.  
  5. Protected Sub Page_Load(sender As Object, e As System.EventArgs) Handles Me.Load
  6.  
  7. Try
  8. fun_TotalMonthlyVisits()
  9. Catch ex As Exception
  10.  
  11. End Try
  12.  
  13. End Sub
  14. End Class
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Visual Basic.Net Compiler version 0.0.0.5914 (Mono 2.4.2 - r)
Copyright (C) 2004-2008 Rolf Bjarne Kvinge. All rights reserved.


/home/7Vf0SA/prog.vb (1,15) : Error VBNC30203: Not valid as identifier.
/home/7Vf0SA/prog.vb (3,12) : Error VBNC30203: Not valid as identifier.
/home/7Vf0SA/prog.vb (5,18) : Error VBNC30203: Not valid as identifier.
/home/7Vf0SA/prog.vb (7,12) : Error VBNC30203: Not valid as identifier.
/home/7Vf0SA/prog.vb (8,35) : Error VBNC30203: Not valid as identifier.
/home/7Vf0SA/prog.vb (9,14) : Error VBNC30203: Not valid as identifier.
/home/7Vf0SA/prog.vb (11,16) : Error VBNC30203: Not valid as identifier.
/home/7Vf0SA/prog.vb (13,12) : Error VBNC30203: Not valid as identifier.
/home/7Vf0SA/prog.vb (14,10) : Error VBNC30203: Not valid as identifier.
There were 9 errors and 0 warnings.
Compilation took 00:00:00.6443580
stdout
Standard output is empty