Cannot implicitly convert type 'int' to 'HackerSIMReinvent.DataSet1.UserDataDataTable,Error... This shouldn't happen

Mar 24 2010 6:18 PM
I got a error.
 Error	2	Cannot implicitly convert type 'int' to 'HackerSIMReinvent.DataSet1.UserDataDataTable
I checked all my code,The two Arguments for this are,
 txtboxLocalLogs.Text, lblLOGIP.Text
They are BOTH STRINGS,nowhere in my code are they converted or ever exist as Ints.
These are a part of a Update command to my SQL database.
 UserDataDataTable = UserDataTableAdapter.UpdateComputerLogs(txtboxLocalLogs.Text, lblLOGIP.Text);
Could it be a problem with my Dataset1.xsd?
They are also Strings/varchar in my SQL database,The connection is fine,I can login with the application I made.
Anyone have any idea whats going on? I know its obvious it wants strings and somehow its getting Ints.

Thanks In advance!

Answers (2)