Additional information: No accessible overloaded 'MessageBox.Show' is most specific for these arguments:
Public Function Show ( ByVal text As String, ByVal caption As String ) As System.Windows.Forms.DialogResult
Public Function Show ( ByVal owner As System.Windows.Forms.IWin32Window, ByVal text As String ) As System.Windows.Forms.DialogResult
this breaks on
MessageBox.Show(sqlComm.ExecuteScalar, "This works im happy")
what does the error mean and how can it be solved?

New Topic/Question
Reply




MultiQuote





|