Only other thing I can think of is that your code somewhere is making an implicit conversion without you knowing. In order to see if it is doing this (again I'm only familiar with VS) but you should be able to declare: option strict = on option explicit = on
This should trigger the compiler to show you where any implicity conversions are taking place.
Snowst
Participant
905 Points
204 Posts
Re: Error Input string was not in a correct format
Oct 03, 2003 07:51 PM|LINK