私はここで私がばかであることを知っています、そして私はそれを解決することができません. しかし、vb.net データベースからデータを取り戻そうとしています。オブジェクトエラーのインスタンスに設定されていないオブジェクト参照で失敗しています。そして、コードが実行される前に、変数が設定される前に使用されていると言っていますが、その方法がわかりません。コード:
Private taNotifications As dsDataTableAdapters.NotificationsTableAdapter = New dsDataTableAdapters.NotificationsTableAdapter
Dim notification As dsData.NotificationsDataTable = taNotifications.GetDataByClientID(userrow.UserID)
If notification.Rows.Count > 0 Then
Dim notificationrow As dsData.NotificationsRow
Dim forwardURL As String = notificationrow.ForwardLocation
End If
それは上に倒れますDim forwardURL As String = notificationrow.ForwardLocation