PrivateSubfChoice_Load(senderAsSystem.Object, e AsSystem.EventArgs)HandlesMyBase.Load
Me.ListsTableAdapter.Fill(Me.LdGDataSet.Listes)
EndSub
Here's the code. Choosing Dataset, Preview data, everything works fine, I can see every rows without any problem; but that little piece of software doesn't work. The Lists table does not have any key. It worked flawlessly till a couple of days ago when this error message appeared without any explanation.
Please help!
Georges