DO this:

VB Code:
  1. Try
  2.   TreeAdapter.Fill(TreeData.Qry_Admin_TreeMenu_VBNET)
  3. Catch ex As System.data.sqlclient.sqlexception
  4.   MEssageBox ex.ToString
  5. End Try

That will tell you what SQL Server is returning as the error.

Tg