Skip to content

Instantly share code, notes, and snippets.

@rolfbjarne
Created October 29, 2012 13:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rolfbjarne/8833a98a219b7cc28bbb to your computer and use it in GitHub Desktop.
Save rolfbjarne/8833a98a219b7cc28bbb to your computer and use it in GitHub Desktop.
error VBNC90019: Expected ')'.
Line 121: db_cmd_insert.Parameters.Add(New MySqlParameter("@uname", MySqlDbType.String) With {.Value = user})
Line 122: db_cmd_insert.Parameters.Add(New MySqlParameter("@pass", MySqlDbType.Binary) With {.Value = passHash})
Line 123: db_cmd_insert.Parameters.Add(New MySqlParameter("@email", MySqlDbType.String) With {.Value = email})
VBNC30205: End of statement expected.
Line 134: Dim plist_out As New PListRoot With {.Root = data_out}
Line 135: plist_out.Save(context.Response.OutputStream, PListFormat.Xml)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment