Question late bound resolution runtime errors With DataTable

sansalk

Member
Joined
Sep 28, 2011
Messages
8
Programming Experience
1-3
Vb.net Win form, When i try to get a value of Data table,System has warned, i cannot identify the exact reason for that, because ithappens when i try to change theplatform to x64 if i use x86 warning’s does not exist it any more, Can any explain this ? And how do i overcome

For Each RowJOBS In dtJOBS.Rows
Dim UPC as string=RowJOBS("szUPC")
next

Warning: "late bound resolution runtime errors couldocenter image description herecur"


 

Attachments

  • LateBoundX86.JPG
    LateBoundX86.JPG
    100.9 KB · Views: 26
  • LateBoundX64.JPG
    LateBoundX64.JPG
    189 KB · Views: 29
  • 64Setup.JPG
    64Setup.JPG
    18.8 KB · Views: 28
  • x8.JPG
    x8.JPG
    50.6 KB · Views: 26
Back
Top