I am trying to debug a SQL response which is throwing an error:
Conversion failed when converting the varchar value \'0.01\' to data type bit.
Conversion failed when converting the varchar value '0.01' to data type bit. i think the message is thrown by SQL server. so there should be error at SQL level. Try checking actual query in SQL profiler and run in SSMS.
Conversion failed when converting the varchar value '0.01' to data type bit.